From: Dmitri Gribenko Date: Wed, 16 Jan 2013 23:40:37 +0000 (+0000) Subject: Documentation: fix a typo 'IEE754' X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4dc2ba15d7f42945e07f3e20334aa3b88a3b5740;p=platform%2Fupstream%2Fllvm.git Documentation: fix a typo 'IEE754' Reported on IRC by _savage llvm-svn: 172677 --- diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 23ebad6..02c881b 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -1754,7 +1754,7 @@ and disassembly do not cause any bits to change in the constants. When using the hexadecimal form, constants of types half, float, and double are represented using the 16-digit form shown above (which matches the IEEE754 representation for double); half and float values -must, however, be exactly representable as IEE754 half and single +must, however, be exactly representable as IEEE 754 half and single precision, respectively. Hexadecimal format is always used for long double, and there are three forms of long double. The 80-bit format used by x86 is represented as ``0xK`` followed by 20 hexadecimal digits. The