[llvm-commits] [llvm] r85322 - /llvm/trunk/docs/LangRef.html
Chris Lattner
sabre at nondot.org
Tue Oct 27 14:52:55 PDT 2009
Author: lattner
Date: Tue Oct 27 16:52:54 2009
New Revision: 85322
URL: http://llvm.org/viewvc/llvm-project?rev=85322&view=rev
Log:
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=85322&r1=85321&r2=85322&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Tue Oct 27 16:52:54 2009
@@ -2189,7 +2189,7 @@
equal to the null pointer. This may also be passed around as an opaque
pointer sized value as long as the bits are not inspected. This allows
<tt>ptrtoint</tt> and arithmetic to be performed on these values so long as
- the original value is reconsistituted before the <tt>indbr</tt>.</p>
+ the original value is reconstituted before the <tt>indbr</tt>.</p>
<p>Finally, some targets may provide defined semantics when
using the value as the operand to an inline assembly, but that is target
More information about the llvm-commits
mailing list