[llvm-commits] [llvm] r64090 - /llvm/trunk/docs/LangRef.html
Chris Lattner
sabre at nondot.org
Sun Feb 8 11:59:52 PST 2009
Author: lattner
Date: Sun Feb 8 13:59:51 2009
New Revision: 64090
URL: http://llvm.org/viewvc/llvm-project?rev=64090&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=64090&r1=64089&r2=64090&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sun Feb 8 13:59:51 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*</aa> intead.</p>
+it permit pointers to labels (<tt>label*</tt>). Use <tt>i8*</tt> intead.</p>
<h5>Syntax:</h5>
<pre> <type> *<br></pre>
More information about the llvm-commits
mailing list