summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-02-06 17:09:18 +0100
committerGabor Greif <ggreif@gmail.com>2017-02-06 17:09:18 +0100
commit4aae1918e68c71f14f52d9c96b51b2876744bac8 (patch)
tree6b4506f577e41486a36783adbb687a074d0f7be8 /libraries/integer-gmp
parent2dff54b39f31a81cb410682cd8e735bda22d2b57 (diff)
downloadhaskell-4aae1918e68c71f14f52d9c96b51b2876744bac8.tar.gz
Typos in comments [skip ci]
Diffstat (limited to 'libraries/integer-gmp')
-rw-r--r--libraries/integer-gmp/src/GHC/Integer.hs2
-rw-r--r--libraries/integer-gmp/src/GHC/Integer/GMP/Internals.hs2
2 files changed, 2 insertions, 2 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
diff --git a/libraries/integer-gmp/src/GHC/Integer/GMP/Internals.hs b/libraries/integer-gmp/src/GHC/Integer/GMP/Internals.hs
index 0ad6848974..0d8d5720a8 100644
--- a/libraries/integer-gmp/src/GHC/Integer/GMP/Internals.hs
+++ b/libraries/integer-gmp/src/GHC/Integer/GMP/Internals.hs
@@ -112,7 +112,7 @@ module GHC.Integer.GMP.Internals
, orBigNat
, bitBigNat
- -- ** 'BigNat' comparision predicates
+ -- ** 'BigNat' comparison predicates
, isZeroBigNat
, isNullBigNat#