Removed information on the Pool Allocator as it is no longer available.
authorJohn Criswell <criswell@uiuc.edu>
Fri, 8 Aug 2003 22:46:30 +0000 (22:46 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Fri, 8 Aug 2003 22:46:30 +0000 (22:46 +0000)
Fixed a spelling error.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7705 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index ff4b2295623d08c7bf83fe89f6d873a9c62197a7..a34437a7dec519f2d7c422b5e057a1b8f2414eb0 100644 (file)
       <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, Pool Allocation, and many
-      others...
+      Invarient 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,
 
     <p>
     <b>
-    This step is optional if you have the C front end binary distrubtion for
+    This step is optional if you have the C front end binary distribution for
     your platform.
     </b>
     </p>