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

John Criswell criswell at cs.uiuc.edu
Fri Oct 10 13:52:02 PDT 2003


Changes in directory llvm/docs:

GettingStarted.html updated: 1.36 -> 1.37

---
Log message:

Fixed spelling.



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

Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.36 llvm/docs/GettingStarted.html:1.37
--- llvm/docs/GettingStarted.html:1.36	Fri Oct 10 11:17:19 2003
+++ llvm/docs/GettingStarted.html	Fri Oct 10 13:51:11 2003
@@ -472,7 +472,7 @@
         <p>
     <dt><i>--enable-optimized</i>
     <dd>
-        Enables optimized compilation by defaulat (debugging symbols are removed
+        Enables optimized compilation by default (debugging symbols are removed
         and GCC optimization flags are enabled).  The default is to use an
         unoptimized build (also known as a debug build).
         <p>
@@ -752,7 +752,7 @@
       <dt><tt>llvm/lib/Transforms/</tt><dd> This directory contains the source
       code for the LLVM to LLVM program transformations, such as Aggressive Dead
       Code Elimination, Sparse Conditional Constant Propagation, Inlining, Loop
-      Invarient Code Motion, Dead Global Elimination, and many others...
+      Invariant Code Motion, Dead Global Elimination, and many others...
 
       <dt><tt>llvm/lib/Target/</tt><dd> This directory contains files that
       describe various target architectures for code generation.  For example,
@@ -882,7 +882,7 @@
     <h3><a name="utils"><tt>llvm/utils</tt></a></h3>
     <!------------------------------------------------------------------------->
 
-    This directory contains utilities for working with LLVM sourcecode, and some
+    This directory contains utilities for working with LLVM source code, and some
     of the utilities are actually required as part of the build process because
     they are code generators for parts of LLVM infrastructure.
 





More information about the llvm-commits mailing list