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

John Criswell criswell at cs.uiuc.edu
Fri Nov 21 10:10:02 PST 2003


Changes in directory llvm/docs:

LangRef.html updated: 1.38 -> 1.39

---
Log message:

Minor grammatical and punctuation corrections.


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

Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.38 llvm/docs/LangRef.html:1.39
--- llvm/docs/LangRef.html:1.38	Fri Nov  7 19:05:38 2003
+++ llvm/docs/LangRef.html	Fri Nov 21 10:09:42 2003
@@ -722,10 +722,10 @@
 
 <div class="doc_text">
 
-<p>LLVM functions definitions are composed of a (possibly empty) argument list,
+<p>LLVM function definitions are composed of a (possibly empty) argument list,
 an opening curly brace, a list of basic blocks, and a closing curly brace.  LLVM
 function declarations are defined with the "<tt>declare</tt>" keyword, a
-function name and a function signature.</p>
+function name, and a function signature.</p>
 
 <p>A function definition contains a list of basic blocks, forming the CFG for
 the function.  Each basic block may optionally start with a label (giving the
@@ -2307,7 +2307,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/08 01:05:38 $
+  Last modified: $Date: 2003/11/21 16:09:42 $
 </div>
 
 </body>





More information about the llvm-commits mailing list