Fix some wording.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 10 Dec 2007 20:26:29 +0000 (20:26 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 10 Dec 2007 20:26:29 +0000 (20:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44810 91177308-0d34-0410-b5e6-96231b3b80d8

docs/WritingAnLLVMPass.html

index aae0dec6b1a0a3ea8a5775bef428a638cba91de4..4ae039d75396d58327ff7a3a9e857445993c435b 100644 (file)
@@ -1376,7 +1376,8 @@ the LLVM program representation for a single function at a time, instead of
 traversing the entire program.  It reduces the memory consumption of compiler,
 because, for example, only one <a
 href="http://llvm.org/doxygen/classllvm_1_1DominatorSet.html"><tt>DominatorSet</tt></a>
-needs to be calculated at a time.  This also makes it possible some <a
+needs to be calculated at a time.  This also makes it possible to implement
+some <a
 href="#SMP">interesting enhancements</a> in the future.</p></li>
 
 </ol>