I can't type today apparently.

llvm-svn: 64097
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 298f35b..b7c7f1b 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -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>  &lt;type&gt; *<br></pre>