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 | 569d9d910b0b97323ce4292d8058acd2d3083c85 (patch) | |
tree | 59c80f7de35bbb07063f541d4a804107c2bbb287 /docs | |
parent | 2dfdf2ab3c180631a98ba6ae566ddba7ac4e533b (diff) | |
download | external_llvm-569d9d910b0b97323ce4292d8058acd2d3083c85.zip external_llvm-569d9d910b0b97323ce4292d8058acd2d3083c85.tar.gz external_llvm-569d9d910b0b97323ce4292d8058acd2d3083c85.tar.bz2 |
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85322 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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 3d4783a..23558e7 100644 --- a/docs/LangRef.html +++ b/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 |