summaryrefslogtreecommitdiff
path: root/docs/LangRef.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-01-16 23:40:37 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-01-16 23:40:37 +0000
commitc3c8d2ad8d0005213c0073caccc84bc1a8fca42b (patch)
treef63cc561f051a70a6b48527808a07e93ef96670f /docs/LangRef.rst
parent69877d6db907be210696282c9f9f41f977c844d2 (diff)
downloadllvm-c3c8d2ad8d0005213c0073caccc84bc1a8fca42b.tar.gz
llvm-c3c8d2ad8d0005213c0073caccc84bc1a8fca42b.tar.bz2
llvm-c3c8d2ad8d0005213c0073caccc84bc1a8fca42b.tar.xz
Documentation: fix a typo 'IEE754'
Reported on IRC by _savage git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172677 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.rst')
-rw-r--r--docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 23ebad64a3..02c881bae6 100644
--- a/docs/LangRef.rst
+++ b/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