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

John Criswell criswell at cs.uiuc.edu
Mon May 9 09:39:45 PDT 2005



Changes in directory llvm/docs:

GettingStarted.html updated: 1.114 -> 1.115
---
Log message:

Little corrections.


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

 GettingStarted.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.114 llvm/docs/GettingStarted.html:1.115
--- llvm/docs/GettingStarted.html:1.114	Fri Apr 22 12:58:03 2005
+++ llvm/docs/GettingStarted.html	Mon May  9 11:39:27 2005
@@ -118,7 +118,7 @@
       </li>
       <li><tt>cd cfrontend/<i>platform</i><br>
         ./fixheaders</tt></li>
-      <li>Add the cfrontend's "bin" directory to your PATH variable</li>
+      <li>Add the cfrontend's "bin" directory to your PATH variable.</li>
     </ol></li>
 
   <li>Get the LLVM Source Code
@@ -156,7 +156,7 @@
         <tt>/usr/local</tt>).</p></li>
         <li><tt>--with-llvmgccdir=<i>directory</i></tt>
         <p>Optionally, specify for <i>directory</i> the full pathname of the 
-        C/C++ FrontEnd installation to use with this LLVM configuration. If
+        C/C++ front end installation to use with this LLVM configuration. If
         not specified, the PATH will be searched.</p></li>
         <li><tt>--enable-spec2000=<i>directory</i></tt>
             <p>Enable the SPEC2000 benchmarks for testing.  The SPEC2000
@@ -1194,8 +1194,8 @@
   module contains a comprehensive correctness, performance, and benchmarking
   test
   suite for LLVM. It is a separate CVS module because not every LLVM user is
-  interested in downloading or building such a comprehensive test. For further
-  details on this test suite, please see the 
+  interested in downloading or building such a comprehensive test suite. For
+  further details on this test suite, please see the 
   <a href="TestingGuide.html">Testing Guide</a> document.</p>
 </div>
 
@@ -1514,7 +1514,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: 2005/04/22 17:58:03 $
+  Last modified: $Date: 2005/05/09 16:39:27 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list