Fixed typo.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 3 Dec 2007 19:34:25 +0000 (19:34 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 3 Dec 2007 19:34:25 +0000 (19:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44542 91177308-0d34-0410-b5e6-96231b3b80d8

docs/WritingAnLLVMPass.html

index 61bbba51361939e4b0652b12b17577cb8bbfa83e..aae0dec6b1a0a3ea8a5775bef428a638cba91de4 100644 (file)
@@ -996,7 +996,7 @@ depended on.</p>
 
 <div class="doc_text">
 
-<p>One of the main responsibilities of the <tt>PassManager</tt> is the make sure
+<p>One of the main responsibilities of the <tt>PassManager</tt> is to make sure
 that passes interact with each other correctly.  Because <tt>PassManager</tt>
 tries to <a href="#passmanager">optimize the execution of passes</a> it must
 know how the passes interact with each other and what dependencies exist between