summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-08 22:21:28 +0000
committerChris Lattner <sabre@nondot.org>2009-02-08 22:21:28 +0000
commite220e8cc070db27c4a6259e951fc93538a824d61 (patch)
tree5027f5983397f2d8953fb1ab6fb6a1452d8e3c98 /docs
parent0cdadd8b9d92b1da33273ccb9f75bac103a2f3a8 (diff)
downloadllvm-e220e8cc070db27c4a6259e951fc93538a824d61.tar.gz
llvm-e220e8cc070db27c4a6259e951fc93538a824d61.tar.bz2
llvm-e220e8cc070db27c4a6259e951fc93538a824d61.tar.xz
I can't type today apparently.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 298f35b916..b7c7f1b546 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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*</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>