From e220e8cc070db27c4a6259e951fc93538a824d61 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 8 Feb 2009 22:21:28 +0000 Subject: [PATCH] I can't type today apparently. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64097 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 298f35b9165..b7c7f1b5464 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* instead.

Syntax:
  <type> *
-- 2.11.0