Minor grammatical and punctuation corrections.
authorJohn Criswell <criswell@uiuc.edu>
Fri, 21 Nov 2003 16:09:42 +0000 (16:09 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Fri, 21 Nov 2003 16:09:42 +0000 (16:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10126 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index fc1f9615c2afe4337f2b1b09a0ad6f8d92f7f2e8..6674be216d8a79a1e61a94191cea17f4fb79fe37 100644 (file)
@@ -722,10 +722,10 @@ of memory, and all memory objects in LLVM are accessed through pointers.</p>
 
 <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