[llvm-commits] CVS: llvm/docs/GettingStarted.html
John Criswell
criswell at cs.uiuc.edu
Wed Dec 8 08:55:42 PST 2004
Changes in directory llvm/docs:
GettingStarted.html updated: 1.86 -> 1.87
---
Log message:
Fix spell'os.
---
Diffs of the changes: (+4 -4)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.86 llvm/docs/GettingStarted.html:1.87
--- llvm/docs/GettingStarted.html:1.86 Wed Dec 8 10:51:31 2004
+++ llvm/docs/GettingStarted.html Wed Dec 8 10:55:27 2004
@@ -416,7 +416,7 @@
<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 @@
cvs -z3 -d :pserver:anon at 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 @@
<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>
@@ -1482,7 +1482,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/12/08 16:51:31 $
+ Last modified: $Date: 2004/12/08 16:55:27 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list