summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2012-05-30 00:40:23 +0000
committerChris Lattner <sabre@nondot.org>2012-05-30 00:40:23 +0000
commit747482c5793b01b6866e198e64440fed8375a68f (patch)
treec61696b19fe15e4177b0e3e9e08661a1c54d6a74 /llvm/docs/LangRef.html
parent869aeccadab5555800f729d56254c8f3355e1b9a (diff)
downloadbcm5719-llvm-747482c5793b01b6866e198e64440fed8375a68f.tar.gz
bcm5719-llvm-747482c5793b01b6866e198e64440fed8375a68f.zip
typo fix
llvm-svn: 157661
Diffstat (limited to 'llvm/docs/LangRef.html')
-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 ab0f9e1dcaa..14589b425db 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -1050,7 +1050,7 @@ declare signext i8 @returns_signed_char()
value to the function. The attribute implies that a hidden copy of the
pointee
is made between the caller and the callee, so the callee is unable to
- modify the value in the callee. This attribute is only valid on LLVM
+ modify the value in the caller. This attribute is only valid on LLVM
pointer arguments. It is generally used to pass structs and arrays by
value, but is also valid on pointers to scalars. The copy is considered
to belong to the caller not the callee (for example,
OpenPOWER on IntegriCloud