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

LLVM llvm at cs.uiuc.edu
Tue May 25 07:22:36 PDT 2004


Changes in directory llvm/docs:

GarbageCollection.html updated: 1.2 -> 1.3

---
Log message:

Fix a small typo.

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

Index: llvm/docs/GarbageCollection.html
diff -u llvm/docs/GarbageCollection.html:1.2 llvm/docs/GarbageCollection.html:1.3
--- llvm/docs/GarbageCollection.html:1.2	Sun May 23 23:54:31 2004
+++ llvm/docs/GarbageCollection.html	Tue May 25 03:45:31 2004
@@ -190,7 +190,7 @@
    ...
 
    ;; "CodeBlock" is the block corresponding to the start
-   ;;  of the scope scope above.
+   ;;  of the scope above.
 CodeBlock:
    ;; Initialize the object, telling LLVM that it is now live.
    ;; Java has type-tags on objects, so it doesn't need any
@@ -411,7 +411,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/05/24 04:54:31 $
+  Last modified: $Date: 2004/05/25 08:45:31 $
 </address>
 
 </body>





More information about the llvm-commits mailing list