Fix grammaro
authorChris Lattner <sabre@nondot.org>
Thu, 27 Nov 2003 21:17:48 +0000 (21:17 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 27 Nov 2003 21:17:48 +0000 (21:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10245 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index 1ac08b42f4e92e21f90e53254c4f18255d536391..56751e2bd4ea83471e57c17bd3d9a6040f63efb6 100644 (file)
@@ -388,7 +388,7 @@ argument: </p>
   <p> </p>
   <pre>  $ opt &lt; a.bc &gt; /dev/null -mypass<br>    &lt;no output&gt;<br>  $ opt &lt; a.bc &gt; /dev/null -mypass -debug<br>    I am here!<br>  $<br></pre>
   <p> Using the <tt>DEBUG()</tt> macro instead of a home-brewed solution
-allows you to now have to create "yet another" command line option for
+allows you to not have to create "yet another" command line option for
 the debug output for your pass.  Note that <tt>DEBUG()</tt> macros are
 disabled for optimized builds, so they do not cause a performance impact
 at all (for the same reason, they should also not contain