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)
llvm-svn: 213200

llvm/docs/LangRef.rst

index a627641..17bc352 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