[llvm-commits] CVS: llvm/docs/CommandLine.html

John Criswell criswell at cs.uiuc.edu
Sun Nov 21 06:34:44 PST 2004



Changes in directory llvm/docs:

CommandLine.html updated: 1.28 -> 1.29
---
Log message:

It looks like I'm fixing a spelling mistake, but I'm really trying to
replicate the CVS performance problems that Reid is seeing.


---
Diffs of the changes:  (+2 -2)

Index: llvm/docs/CommandLine.html
diff -u llvm/docs/CommandLine.html:1.28 llvm/docs/CommandLine.html:1.29
--- llvm/docs/CommandLine.html:1.28	Tue Nov 16 00:11:52 2004
+++ llvm/docs/CommandLine.html	Sun Nov 21 08:34:34 2004
@@ -614,7 +614,7 @@
 </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>
@@ -1806,7 +1806,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/11/16 06:11:52 $
+  Last modified: $Date: 2004/11/21 14:34:34 $
 </address>
 
 </body>






More information about the llvm-commits mailing list