aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.rst
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
commit98202c09745d6dfe0ef4ed19c0647e078e74f09f (patch)
tree2d2ef185e5e56868c05e1e19cad9bb96b2ca2c34 /docs/LangRef.rst
parent254a83e46c0ffb08c5c77d99f64d6e86db550c6f (diff)
downloadexternal_llvm-98202c09745d6dfe0ef4ed19c0647e078e74f09f.zip
external_llvm-98202c09745d6dfe0ef4ed19c0647e078e74f09f.tar.gz
external_llvm-98202c09745d6dfe0ef4ed19c0647e078e74f09f.tar.bz2
Fix small typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173298 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.rst')
-rw-r--r--docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 4fd4c3e..9559067 100644
--- a/docs/LangRef.rst
+++ b/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.