aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-05-08 20:49:29 +0000
committerBill Wendling <isanbard@gmail.com>2009-05-08 20:49:29 +0000
commit871eb0ab23a5d47da71c5584fae7ab9f64a0a4f6 (patch)
tree11965d0e7b3c36f104d36029878b8f94b38edad1 /docs/LangRef.html
parent6bce643c36e7263aada5058f08cd242b4ce6b87d (diff)
downloadexternal_llvm-871eb0ab23a5d47da71c5584fae7ab9f64a0a4f6.zip
external_llvm-871eb0ab23a5d47da71c5584fae7ab9f64a0a4f6.tar.gz
external_llvm-871eb0ab23a5d47da71c5584fae7ab9f64a0a4f6.tar.bz2
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71260 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index db59e0d..0ff7dd3 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -3492,7 +3492,7 @@ can choose to align the allocation on any convenient boundary.</p>
<h5>Semantics:</h5>
-<p>Memory is allocated; a pointer is returned. The operation is undefiend if
+<p>Memory is allocated; a pointer is returned. The operation is undefined if
there is insufficient stack space for the allocation. '<tt>alloca</tt>'d
memory is automatically released when the function returns. The '<tt>alloca</tt>'
instruction is commonly used to represent automatic variables that must