Index: /trunk/include/iprt/types.h
===================================================================
--- /trunk/include/iprt/types.h	(revision 35583)
+++ /trunk/include/iprt/types.h	(revision 35584)
@@ -519,9 +519,9 @@
         /** The exponent (offseted by 16383). */
         RT_GCC_EXTENSION uint16_t   uExponent : 15;
-        /** The fraction. */
-        uint64_t                    u64Fraction;
+        /** The mantissa. */
+        uint64_t                    u64Mantissa;
 # else
-        /** The fraction. */
-        uint64_t                    u64Fraction;
+        /** The mantissa. */
+        uint64_t                    u64Mantissa;
         /** The exponent (offseted by 16383). */
         RT_GCC_EXTENSION uint16_t   uExponent : 15;
@@ -566,8 +566,8 @@
         /** The exponent (offseted by 16383). */
         RT_GCC_EXTENSION uint16_t   uExponent : 15;
-        /** The fraction. */
+        /** The mantissa. */
         uint64_t                    u64Mantissa;
 #else
-        /** The fraction. */
+        /** The mantissa. */
         uint64_t                    u64Mantissa;
         /** The exponent (offseted by 16383). */
