From 753bb061971b06c2560a9f2a55a1fbed76efb7bc Mon Sep 17 00:00:00 2001
From: Gabor Greif <ggreif@gmail.com>
Date: Sat, 1 Feb 2014 21:16:55 +0100
Subject: [PATCH] Fix a popular typo
Herbert, this is a merge candidate to the 7.8 branch
---
changelog.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/changelog.md b/changelog.md
index 9be79f6..28e662b 100644
--- a/changelog.md
+++ b/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#
--
GitLab