It looks like I'm fixing a spelling mistake, but I'm really trying to

replicate the CVS performance problems that Reid is seeing.

llvm-svn: 18089
This commit is contained in:
John Criswell 2004-11-21 14:34:34 +00:00
parent 29a4b354a3
commit a9f34caf42

View File

@ -614,7 +614,7 @@ OPTIONS:
</pre>
<p>Again, the only structural difference between the debug level declaration and
the optimiation level declaration is that the debug level declaration includes
the optimization level declaration is that the debug level declaration includes
an option name (<tt>"debug_level"</tt>), which automatically changes how the
library processes the argument. The CommandLine library supports both forms so
that you can choose the form most appropriate for your application.</p>