[llvm-commits] [llvm] r64097 - /llvm/trunk/docs/LangRef.html
Chris Lattner
sabre at nondot.org
Sun Feb 8 14:21:29 PST 2009
Author: lattner
Date: Sun Feb 8 16:21:28 2009
New Revision: 64097
URL: http://llvm.org/viewvc/llvm-project?rev=64097&view=rev
Log:
I can't type today apparently.
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=64097&r1=64096&r2=64097&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sun Feb 8 16:21:28 2009
@@ -1563,7 +1563,7 @@
zero.</p>
<p>Note that LLVM does not permit pointers to void (<tt>void*</tt>) nor does
-it permit pointers to labels (<tt>label*</tt>). Use <tt>i8*</tt> intead.</p>
+it permit pointers to labels (<tt>label*</tt>). Use <tt>i8*</tt> instead.</p>
<h5>Syntax:</h5>
<pre> <type> *<br></pre>
More information about the llvm-commits
mailing list