Fix small typo

llvm-svn: 173298
This commit is contained in:
Eli Bendersky 2013-01-23 22:05:19 +00:00
parent 6f1b8657f9
commit 4f2162f8f8
1 changed files with 1 additions and 1 deletions

View File

@ -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.