From: Chris Lattner Date: Tue, 27 Oct 2009 21:52:54 +0000 (+0000) Subject: typo X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=569d9d910b0b97323ce4292d8058acd2d3083c85;p=oota-llvm.git typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85322 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 3d4783a698b..23558e7f25c 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2189,7 +2189,7 @@ has undefined behavior.

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 ptrtoint and arithmetic to be performed on these values so long as - the original value is reconsistituted before the indbr.

+ the original value is reconstituted before the indbr.

Finally, some targets may provide defined semantics when using the value as the operand to an inline assembly, but that is target