diff options
Diffstat (limited to 'libraries/integer-gmp/src/GHC')
-rw-r--r-- | libraries/integer-gmp/src/GHC/Integer.hs | 2 | ||||
-rw-r--r-- | libraries/integer-gmp/src/GHC/Integer/GMP/Internals.hs | 2 |
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# |