diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-02-08 19:59:51 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-02-08 19:59:51 +0000 |
| commit | 04c57c5bae3ba7b5b4819f50680c1fc64545ba81 (patch) | |
| tree | efe83effaf637dc6e01b4bfe9dbf28b7f807babf /llvm/docs/LangRef.html | |
| parent | 412f626b96e4361f1443556ae4b0d9c8235eac5c (diff) | |
| download | bcm5719-llvm-04c57c5bae3ba7b5b4819f50680c1fc64545ba81.tar.gz bcm5719-llvm-04c57c5bae3ba7b5b4819f50680c1fc64545ba81.zip | |
fix typo
llvm-svn: 64090
Diffstat (limited to 'llvm/docs/LangRef.html')
| -rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index dc6d7f2dae1..298f35b9165 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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> <type> *<br></pre> |

