From e0fd412fb2a086582998f605984d63e3585dcb62 Mon Sep 17 00:00:00 2001 From: Hal Finkel Date: Wed, 16 Jul 2014 21:22:46 +0000 Subject: [PATCH] Fix a typo in the inalloca description git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213200 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index a6276418baf..17bc352f1c8 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -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