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

Misha Brukman brukman at cs.uiuc.edu
Thu Jul 1 12:22:02 PDT 2004


Changes in directory llvm/docs:

index.html updated: 1.18 -> 1.19

---
Log message:

Fix grammar in Stacker doc description.


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

Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.18 llvm/docs/index.html:1.19
--- llvm/docs/index.html:1.18	Mon Jun 28 12:11:10 2004
+++ llvm/docs/index.html	Thu Jul  1 12:20:53 2004
@@ -111,9 +111,9 @@
 <li><a href="SourceLevelDebugging.html">Source Level Debugging with
 LLVM</a></li>
 <li><a href="TableGenFundamentals.html">TableGen Fundamentals</a></li>
-<li><a href="Stacker.html">The Stacker Cronicles</a> - This document describes
-both the Stacker language and LLVM frontend, but also some details about LLVM
-useful for those writing front-ends.</li>
+<li><a href="Stacker.html">The Stacker Cronicles</a> - describes both the
+Stacker language and LLVM frontend, as well as some details about LLVM useful
+for those writing front-ends.</li>
 <li><a href="CommandLine.html">Command Line Library</a></li>
 <li><a href="ExtendingLLVM.html">Extending LLVM</a></li>
 <li><a href="CodingStandards.html">Coding Standards</a></li>
@@ -181,7 +181,7 @@
 
   <a href="mailto:criswell [at] cs.uiuc.edu">John Criswell</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/28 17:11:10 $
+  Last modified: $Date: 2004/07/01 17:20:53 $
 </address>
 
 </body>





More information about the llvm-commits mailing list