diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-02-08 22:21:28 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-02-08 22:21:28 +0000 |
| commit | d1d4cffae99132680a29f3974b2e67925837a127 (patch) | |
| tree | 91ac6e5ff7b2154ac30b7713b57442229d18e1bc /llvm/docs/LangRef.html | |
| parent | 76180ea456f40fbfe715c9a6d3c124e0476bb1d0 (diff) | |
| download | bcm5719-llvm-d1d4cffae99132680a29f3974b2e67925837a127.tar.gz bcm5719-llvm-d1d4cffae99132680a29f3974b2e67925837a127.zip | |
I can't type today apparently.
llvm-svn: 64097
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 298f35b9165..b7c7f1b5464 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*</tt> intead.</p> +it permit pointers to labels (<tt>label*</tt>). Use <tt>i8*</tt> instead.</p> <h5>Syntax:</h5> <pre> <type> *<br></pre> |

