Documentation: fix a typo 'IEE754'
authorDmitri Gribenko <gribozavr@gmail.com>
Wed, 16 Jan 2013 23:40:37 +0000 (23:40 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Wed, 16 Jan 2013 23:40:37 +0000 (23:40 +0000)
Reported on IRC by _savage

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172677 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 23ebad64a31a34d980c9e1bb123f1d2b238a4a43..02c881bae65db85f0b2c1210e6b7e74d5675206b 100644 (file)
@@ -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 IEE754 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