diff options
Diffstat (limited to 'libraries/base/GHC/Float/RealFracMethods.hs')
-rw-r--r-- | libraries/base/GHC/Float/RealFracMethods.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Float/RealFracMethods.hs b/libraries/base/GHC/Float/RealFracMethods.hs index 127d99d223..9a31425f64 100644 --- a/libraries/base/GHC/Float/RealFracMethods.hs +++ b/libraries/base/GHC/Float/RealFracMethods.hs @@ -305,7 +305,7 @@ int2Float (I# i) = F# (int2Float# i) -- -- Note: Since the value is integral, the exponent can't be less than -- (-TYP_MANT_DIG), so we need not check the validity of the shift --- distance for the right shfts here. +-- distance for the right shifts here. {-# INLINE double2Integer #-} double2Integer :: Double -> Integer |