[llvm-commits] [llvm] r65727 - /llvm/trunk/docs/LangRef.html

Bill Wendling isanbard at gmail.com
Sat Feb 28 14:12:54 PST 2009


Author: void
Date: Sat Feb 28 16:12:54 2009
New Revision: 65727

URL: http://llvm.org/viewvc/llvm-project?rev=65727&view=rev
Log:
Fix grammaro.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=65727&r1=65726&r2=65727&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sat Feb 28 16:12:54 2009
@@ -2142,7 +2142,7 @@
 <pre>
   ret i32 5                       <i>; Return an integer value of 5</i>
   ret void                        <i>; Return from a void function</i>
-  ret { i32, i8 } { i32 4, i8 2 } <i>; Return an struct of values 4 and 2</i>
+  ret { i32, i8 } { i32 4, i8 2 } <i>; Return a struct of values 4 and 2</i>
 </pre>
 
 <p>Note that the code generator does not yet fully support large





More information about the llvm-commits mailing list