From: Bill Wendling Date: Sat, 28 Feb 2009 22:12:54 +0000 (+0000) Subject: Fix grammaro. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0a4bbbf62fca191bba9354b0fd280e7a6bc0ac83;p=oota-llvm.git Fix grammaro. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65727 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 5329a0134b6..83ea026c6b7 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2142,7 +2142,7 @@ return value.

   ret i32 5                       ; Return an integer value of 5
   ret void                        ; Return from a void function
-  ret { i32, i8 } { i32 4, i8 2 } ; Return an struct of values 4 and 2
+  ret { i32, i8 } { i32 4, i8 2 } ; Return a struct of values 4 and 2
 

Note that the code generator does not yet fully support large