From 4aae1918e68c71f14f52d9c96b51b2876744bac8 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Mon, 6 Feb 2017 17:09:18 +0100 Subject: Typos in comments [skip ci] --- libraries/integer-gmp/src/GHC/Integer.hs | 2 +- libraries/integer-gmp/src/GHC/Integer/GMP/Internals.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries/integer-gmp/src/GHC') 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# -- cgit v1.2.1