Fix a typo in the inalloca description
authorHal Finkel <hfinkel@anl.gov>
Wed, 16 Jul 2014 21:22:46 +0000 (21:22 +0000)
committerHal Finkel <hfinkel@anl.gov>
Wed, 16 Jul 2014 21:22:46 +0000 (21:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213200 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index a6276418baf95d31443e337b20ad70142fc17634..17bc352f1c89e5da140c160cd80daaf06bd40991 100644 (file)
@@ -891,7 +891,7 @@ Currently, only the following parameter attributes are defined:
     address of outgoing stack arguments.  An ``inalloca`` argument must
     be a pointer to stack memory produced by an ``alloca`` instruction.
     The alloca, or argument allocation, must also be tagged with the
-    inalloca keyword.  Only the past argument may have the ``inalloca``
+    inalloca keyword.  Only the last argument may have the ``inalloca``
     attribute, and that argument is guaranteed to be passed in memory.
 
     An argument allocation may be used by a call at most once because