summaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMPass.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-17 16:47:06 +0000
committerChris Lattner <sabre@nondot.org>2002-09-17 16:47:06 +0000
commited2e7a9ce43f5db51224530197f17f90ef218525 (patch)
tree4402ed02e1fad3825696ce5395c590e9bef42dc3 /docs/WritingAnLLVMPass.html
parent913bfbc2e48c67c1729a88bb00538811211ac66d (diff)
downloadllvm-ed2e7a9ce43f5db51224530197f17f90ef218525.tar.gz
llvm-ed2e7a9ce43f5db51224530197f17f90ef218525.tar.bz2
llvm-ed2e7a9ce43f5db51224530197f17f90ef218525.tar.xz
Fix typeo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/WritingAnLLVMPass.html')
-rw-r--r--docs/WritingAnLLVMPass.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html
index 4e754cb1a3..7d81c81c0a 100644
--- a/docs/WritingAnLLVMPass.html
+++ b/docs/WritingAnLLVMPass.html
@@ -1139,7 +1139,7 @@ where we are going:<p>
<!-- _______________________________________________________________________ -->
</ul><h4><a name="SMP"><hr size=0>Multithreaded LLVM</h4><ul>
-Multiple CPU machines are becoming more command and compilation can never be
+Multiple CPU machines are becoming more common and compilation can never be
fast enough: obviously we should allow for a multithreaded compiler. Because of
the semantics defined for passes above (specifically they cannot maintain state
across invocations of their <tt>run*</tt> methods), a nice clean way to