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

John Criswell criswell at cs.uiuc.edu
Tue Dec 23 16:23:01 PST 2003


Changes in directory llvm/docs:

FAQ.html updated: 1.17 -> 1.18

---
Log message:

Corrected typo.



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

Index: llvm/docs/FAQ.html
diff -u llvm/docs/FAQ.html:1.17 llvm/docs/FAQ.html:1.18
--- llvm/docs/FAQ.html:1.17	Sun Dec 21 22:06:12 2003
+++ llvm/docs/FAQ.html	Tue Dec 23 16:22:10 2003
@@ -437,7 +437,7 @@
 <p>
 If you are using the LLVM demo page, you may often wonder what happened to all
 of the code that you typed in.  Remember that the demo script is running the
-code through the LLVM optimizers, so if you code doesn't actually do anything
+code through the LLVM optimizers, so if your code doesn't actually do anything
 useful, it might all be deleted.
 </p>
 
@@ -456,7 +456,7 @@
 <div class="doc_footer">
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2003/12/22 04:06:12 $
+  Last modified: $Date: 2003/12/23 22:22:10 $
 </div>
 
 </body>





More information about the llvm-commits mailing list