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

John Criswell criswell at cs.uiuc.edu
Fri Nov 21 11:43:01 PST 2003


Changes in directory llvm/docs:

LangRef.html updated: 1.39 -> 1.40

---
Log message:

Fixed another minor grammatical error.



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

Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.39 llvm/docs/LangRef.html:1.40
--- llvm/docs/LangRef.html:1.39	Fri Nov 21 10:09:42 2003
+++ llvm/docs/LangRef.html	Fri Nov 21 11:42:22 2003
@@ -671,7 +671,8 @@
 <a name="linkage_appending">
 <dt><tt><b>appending</b></tt>:
 
-<dd>"<tt>appending</tt>" linkage may only applied to global variables of pointer
+<dd>"<tt>appending</tt>" linkage may only be applied to global variables of
+pointer
 to array type.  When two global variables with appending linkage are linked
 together, the two global arrays are appended together.  This is the LLVM,
 typesafe, equivalent of having the system linker append together "sections" with
@@ -2307,7 +2308,7 @@
   <address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2003/11/21 16:09:42 $
+  Last modified: $Date: 2003/11/21 17:42:22 $
 </div>
 
 </body>





More information about the llvm-commits mailing list