typo fix
authorChris Lattner <sabre@nondot.org>
Wed, 30 May 2012 00:40:23 +0000 (00:40 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 May 2012 00:40:23 +0000 (00:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157661 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index ab0f9e1dcaa7860b282c4390b7b3eb688cf7014b..14589b425db2383560b13b0e92c54b2e6fe39ff5 100644 (file)
@@ -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,