summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-02-28 22:12:54 +0000
committerBill Wendling <isanbard@gmail.com>2009-02-28 22:12:54 +0000
commit050ee8fb8d8a06fc9005a4a9e86686d2d9b756ae (patch)
tree99eaafc4a92f10f9377d8ee12da5cb0153c25a05
parent6c885805cd8a254644e47eefe5dbf18e8d20e87c (diff)
downloadbcm5719-llvm-050ee8fb8d8a06fc9005a4a9e86686d2d9b756ae.tar.gz
bcm5719-llvm-050ee8fb8d8a06fc9005a4a9e86686d2d9b756ae.zip
Fix grammaro.
llvm-svn: 65727
-rw-r--r--llvm/docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 5329a0134b6..83ea026c6b7 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -2142,7 +2142,7 @@ return value.</p>
<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
OpenPOWER on IntegriCloud