[llvm-commits] [llvm] r172677 - /llvm/trunk/docs/LangRef.rst

Dmitri Gribenko gribozavr at gmail.com
Wed Jan 16 15:40:38 PST 2013


Author: gribozavr
Date: Wed Jan 16 17:40:37 2013
New Revision: 172677

URL: http://llvm.org/viewvc/llvm-project?rev=172677&view=rev
Log:
Documentation: fix a typo 'IEE754'

Reported on IRC by _savage

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=172677&r1=172676&r2=172677&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Jan 16 17:40:37 2013
@@ -1754,7 +1754,7 @@
 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





More information about the llvm-commits mailing list