aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/GettingStarted.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-12-08 16:55:27 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-12-08 16:55:27 +0000
commit33e0f062581a48c7cc830e1c26e5e640d34bf936 (patch)
tree191212b6b4b214e79da64a67fc172f765816e51b /llvm/docs/GettingStarted.html
parentcce67553600e6cc43df2fbf9e9d529ccbe14248d (diff)
downloadllvm-33e0f062581a48c7cc830e1c26e5e640d34bf936.zip
llvm-33e0f062581a48c7cc830e1c26e5e640d34bf936.tar.gz
llvm-33e0f062581a48c7cc830e1c26e5e640d34bf936.tar.bz2
Fix spell'os.
llvm-svn: 18638
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r--llvm/docs/GettingStarted.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index c9aa304..4c9c9a5 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -416,7 +416,7 @@ href="CFEBuildInstrs.html">try to compile it</a> on your platform.</p>
<li><b>bzip2*</b> - bzip2 command for distribution generation</li>
<li><b>bunzip2*</b> - bunzip2 command for distribution checking</li>
<li><b>chmod</b> - change permissions on a file</li>
- <li><b>cat</b> - output concatentation utility</li>
+ <li><b>cat</b> - output concatenation utility</li>
<li><b>cp</b> - copy files</li>
<li><b>date</b> - print the current date/time </li>
<li><b>echo</b> - print to standard output</li>
@@ -638,7 +638,7 @@ you get it from the CVS repository:</p>
cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-test
</pre>
<p>By placing it in the <tt>llvm/projects</tt>, it will be automatically
-conifgured by the LLVM configure script as well as automatically updated when
+configured by the LLVM configure script as well as automatically updated when
you run <tt>cvs update</tt>.</p>
<p>If you would like to get the GCC front end source code, you can also get it
@@ -875,7 +875,7 @@ source code:</p>
<dt><tt>gmake install</tt>
<dd>
- Installs LLVM header files, libraries, tools and documentation in a heirarchy
+ Installs LLVM header files, libraries, tools and documentation in a hierarchy
under $PREFIX, specified with <tt>./configure --prefix=[dir]</tt>, which
defaults to <tt>/usr/local</tt>.
<p>