summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgallais <guillaume.allais@ens-lyon.org>2019-05-03 04:24:21 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-05-04 18:00:30 -0400
commitdc8a5868b0be03854927a5efab83a6e9a15e21d1 (patch)
tree4280c4c46cfad30971e9756a57a4e116bc254f43
parent63150b9e5583c5fc3252f242981b0d26f11348b2 (diff)
downloadhaskell-dc8a5868b0be03854927a5efab83a6e9a15e21d1.tar.gz
[ typo ] 'castFloatToWord32' -> 'castFloatToWord64'
Probably due to a copy/paste gone wrong.
-rw-r--r--libraries/base/GHC/Float.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Float.hs b/libraries/base/GHC/Float.hs
index 0929421c5c..c3c0c753b5 100644
--- a/libraries/base/GHC/Float.hs
+++ b/libraries/base/GHC/Float.hs
@@ -1387,7 +1387,7 @@ foreign import prim "stg_word64ToDoublezh"
#endif
--- | @'castFloatToWord32' f@ does a bit-for-bit copy from a floating-point value
+-- | @'castFloatToWord64' f@ does a bit-for-bit copy from a floating-point value
-- to an integral value.
--
-- @since 4.10.0.0