diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-10-27 21:52:54 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-10-27 21:52:54 +0000 |
| commit | b4f2a24363992d65ac8fda68cdb1f5822ea31299 (patch) | |
| tree | 85102c668dc681b811fad814c8c6dfba8bd41e21 /llvm/docs | |
| parent | 5c5f0ac3629c1df6aebf861e56aabca6d1021753 (diff) | |
| download | bcm5719-llvm-b4f2a24363992d65ac8fda68cdb1f5822ea31299.tar.gz bcm5719-llvm-b4f2a24363992d65ac8fda68cdb1f5822ea31299.zip | |
typo
llvm-svn: 85322
Diffstat (limited to 'llvm/docs')
| -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 3d4783a698b..23558e7f25c 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -2189,7 +2189,7 @@ has undefined behavior.</p> equal to the null pointer. This may also be passed around as an opaque pointer sized value as long as the bits are not inspected. This allows <tt>ptrtoint</tt> and arithmetic to be performed on these values so long as - the original value is reconsistituted before the <tt>indbr</tt>.</p> + the original value is reconstituted before the <tt>indbr</tt>.</p> <p>Finally, some targets may provide defined semantics when using the value as the operand to an inline assembly, but that is target |

