Fixed spelling.
authorJohn Criswell <criswell@uiuc.edu>
Fri, 10 Oct 2003 18:51:11 +0000 (18:51 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Fri, 10 Oct 2003 18:51:11 +0000 (18:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9034 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index ea273a395579a54971445f40e35e48f00e3a2e27..773b4fcf17037abce919ccd36be2c8de04256b59 100644 (file)
         <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>
       <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,
     <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.