[llvm-commits] [llvm] r173298 - /llvm/trunk/docs/LangRef.rst
Eli Bendersky
eliben at google.com
Wed Jan 23 14:05:20 PST 2013
Author: eliben
Date: Wed Jan 23 16:05:19 2013
New Revision: 173298
URL: http://llvm.org/viewvc/llvm-project?rev=173298&view=rev
Log:
Fix small typo
Modified:
llvm/trunk/docs/LangRef.rst
Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=173298&r1=173297&r2=173298&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Jan 23 16:05:19 2013
@@ -679,7 +679,7 @@
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.
More information about the llvm-commits
mailing list