summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/src
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-12-01 18:46:35 +0100
committerGabor Greif <ggreif@gmail.com>2016-12-01 19:38:09 +0100
commit0f37550c797b08b953049fb84f6ea127e4d7668c (patch)
treeec45e3a68b038e6c9f88263769da3d82ff1d14f2 /libraries/integer-gmp/src
parent6576bf83cdf4eac05eb88a24aa934a736c91e3da (diff)
downloadhaskell-0f37550c797b08b953049fb84f6ea127e4d7668c.tar.gz
Typos in comments
Diffstat (limited to 'libraries/integer-gmp/src')
-rw-r--r--libraries/integer-gmp/src/GHC/Integer/Type.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/integer-gmp/src/GHC/Integer/Type.hs b/libraries/integer-gmp/src/GHC/Integer/Type.hs
index 6506ebf2f8..9800f55692 100644
--- a/libraries/integer-gmp/src/GHC/Integer/Type.hs
+++ b/libraries/integer-gmp/src/GHC/Integer/Type.hs
@@ -1793,7 +1793,7 @@ byteArrayToBigNat# ba# n0#
n# = fmssl (n0# -# 1#)
- -- find most signifcant set limb, return normalized size
+ -- find most significant set limb, return normalized size
fmssl i#
| isTrue# (i# <# 0#) = 0#
| isTrue# (neWord# (indexWordArray# ba# i#) 0##) = i# +# 1#