summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/src/GHC/Integer.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/integer-gmp/src/GHC/Integer.hs')
-rw-r--r--libraries/integer-gmp/src/GHC/Integer.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/integer-gmp/src/GHC/Integer.hs b/libraries/integer-gmp/src/GHC/Integer.hs
index ffd708bb93..ab45887793 100644
--- a/libraries/integer-gmp/src/GHC/Integer.hs
+++ b/libraries/integer-gmp/src/GHC/Integer.hs
@@ -49,7 +49,7 @@ module GHC.Integer (
eqInteger, neqInteger, leInteger, gtInteger, ltInteger, geInteger,
compareInteger,
- -- ** 'Int#'-boolean valued versions of comparision predicates
+ -- ** 'Int#'-boolean valued versions of comparison predicates
--
-- | These operations return @0#@ and @1#@ instead of 'False' and
-- 'True' respectively. See