From 056202961dd27e511f8ce83c1533f5ea24644601 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Sun, 8 Feb 2009 19:59:51 +0000
Subject: [PATCH] fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64090 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/LangRef.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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> *