diff options
-rw-r--r-- | docs/LangRef.html | 2 |
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> <type> *<br></pre> |