Fix small typo
authorEli Bendersky <eliben@google.com>
Wed, 23 Jan 2013 22:05:19 +0000 (22:05 +0000)
committerEli Bendersky <eliben@google.com>
Wed, 23 Jan 2013 22:05:19 +0000 (22:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173298 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 4fd4c3ee274214ec6184a825efe060cda7c807f4..955906764e45b8763eee98bc085371d621e52ab6 100644 (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.