From: Chris Lattner
Date: Sun, 8 Feb 2009 19:59:51 +0000 (+0000)
Subject: fix typo
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=056202961dd27e511f8ce83c1533f5ea24644601;p=oota-llvm.git
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64090 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/LangRef.html b/docs/LangRef.html
index dc6d7f2dae1..298f35b9165 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.
Note that LLVM does not permit pointers to void (void*) nor does
-it permit pointers to labels (label*). Use i8* intead.
+it permit pointers to labels (label*). Use i8* intead.
Syntax:
<type> *