summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-27 21:17:48 +0000
committerChris Lattner <sabre@nondot.org>2003-11-27 21:17:48 +0000
commitd8db4eb5d7441f6b78ca4024927734c858071109 (patch)
treee4f4518dce6f51b9a2c824812bf4406942749989 /docs
parent1f80115a8133f144b530c31f9480de5a066a7a6e (diff)
downloadllvm-d8db4eb5d7441f6b78ca4024927734c858071109.tar.gz
llvm-d8db4eb5d7441f6b78ca4024927734c858071109.tar.bz2
llvm-d8db4eb5d7441f6b78ca4024927734c858071109.tar.xz
Fix grammaro
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10245 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ProgrammersManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 1ac08b42f4..56751e2bd4 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -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