fix typo
[oota-llvm.git] / docs / LangRef.html
index dc6d7f2dae10335ee9b16b44a61c36b299e8527d..298f35b9165a9373b1d5b71d8af39174e512e2e4 100644 (file)
@@ -1563,7 +1563,7 @@ address space where the pointed-to object resides. The default address space is
 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>  &lt;type&gt; *<br></pre>