summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2013-01-23 22:05:19 +0000
committerEli Bendersky <eliben@google.com>2013-01-23 22:05:19 +0000
commit4f2162f8f820ab95413077bdc3433a785cbcbab7 (patch)
treee631ddeebdbd4a77e98064c83d1abcd45515c247 /llvm
parent6f1b8657f93dbcad8955c2167fe38889cfe4354f (diff)
downloadbcm5719-llvm-4f2162f8f820ab95413077bdc3433a785cbcbab7.tar.gz
bcm5719-llvm-4f2162f8f820ab95413077bdc3433a785cbcbab7.zip
Fix small typo
llvm-svn: 173298
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 4fd4c3ee274..955906764e4 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -679,7 +679,7 @@ Currently, only the following parameter attributes are defined:
This indicates that the pointer parameter specifies the address of a
structure that is the return value of the function in the source
program. This pointer must be guaranteed by the caller to be valid:
- loads and stores to the structure may be assumed by the callee to
+ loads and stores to the structure may be assumed by the callee
not to trap and to be properly aligned. This may only be applied to
the first parameter. This is not a valid attribute for return
values.
OpenPOWER on IntegriCloud