aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-08 19:59:51 +0000
committerChris Lattner <sabre@nondot.org>2009-02-08 19:59:51 +0000
commitbecf2ddcce748ca021946a69c5be6357172082cb (patch)
tree27f4dddcc8c64213bc06421d5d2e4685e0290efc /docs/LangRef.html
parentae68f136aeab3fd2fddf6639aa9b3480645882d5 (diff)
downloadexternal_llvm-becf2ddcce748ca021946a69c5be6357172082cb.zip
external_llvm-becf2ddcce748ca021946a69c5be6357172082cb.tar.gz
external_llvm-becf2ddcce748ca021946a69c5be6357172082cb.tar.bz2
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64090 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index dc6d7f2..298f35b 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*</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>