[llvm-commits] [llvm] r157661 - /llvm/trunk/docs/LangRef.html

Chris Lattner sabre at nondot.org
Tue May 29 17:40:23 PDT 2012


Author: lattner
Date: Tue May 29 19:40:23 2012
New Revision: 157661

URL: http://llvm.org/viewvc/llvm-project?rev=157661&view=rev
Log:
typo fix

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=157661&r1=157660&r2=157661&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Tue May 29 19:40:23 2012
@@ -1050,7 +1050,7 @@
       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,





More information about the llvm-commits mailing list