summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/changelog.md
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2014-02-01 21:16:55 +0100
committerGabor Greif <ggreif@gmail.com>2014-02-01 21:16:55 +0100
commitc7a050f1ca2df732f7310c1fa0b9c4963b89017e (patch)
treebef8235d706dbcd4245bf370dfd6a8ddae4c56b8 /libraries/integer-gmp/changelog.md
parentb6253fae511909a6e1e6379c44b14de86270a4b6 (diff)
downloadhaskell-c7a050f1ca2df732f7310c1fa0b9c4963b89017e.tar.gz
Fix a popular typo
Herbert, this is a merge candidate to the 7.8 branch
Diffstat (limited to 'libraries/integer-gmp/changelog.md')
-rw-r--r--libraries/integer-gmp/changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/integer-gmp/changelog.md b/libraries/integer-gmp/changelog.md
index 9be79f6fd9..28e662bcea 100644
--- a/libraries/integer-gmp/changelog.md
+++ b/libraries/integer-gmp/changelog.md
@@ -7,7 +7,7 @@
* Improved Haddock documentation
* New [PrimBool](https://ghc.haskell.org/trac/ghc/wiki/PrimBool)
- versions of comparision predicates in `GHC.Integer`:
+ versions of comparison predicates in `GHC.Integer`:
eqInteger# :: Integer -> Integer -> Int#
geInteger# :: Integer -> Integer -> Int#