[llvm-commits] [llvm] r71260 - /llvm/trunk/docs/LangRef.html
Bill Wendling
isanbard at gmail.com
Fri May 8 13:49:39 PDT 2009
Author: void
Date: Fri May 8 15:49:29 2009
New Revision: 71260
URL: http://llvm.org/viewvc/llvm-project?rev=71260&view=rev
Log:
Fix typo.
Modified:
llvm/trunk/docs/LangRef.html
Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=71260&r1=71259&r2=71260&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Fri May 8 15:49:29 2009
@@ -3492,7 +3492,7 @@
<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
More information about the llvm-commits
mailing list