summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2016-07-18 09:14:36 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2016-07-18 09:14:36 -0400
commitd213ab3fa0cc2a39d9f74df11c8a3451ac34411c (patch)
tree2aa55498f07af24806e8c23c2037ac66a18a91a5 /libraries
parent5df92f6776b31b375a80865e7db1f330d929c18f (diff)
downloadhaskell-d213ab3fa0cc2a39d9f74df11c8a3451ac34411c.tar.gz
Fix misspellings of the word "instance" in comments
[ci skip]
Diffstat (limited to 'libraries')
-rw-r--r--libraries/base/GHC/Base.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Base.hs b/libraries/base/GHC/Base.hs
index 9e4467be5e..03e9648ac9 100644
--- a/libraries/base/GHC/Base.hs
+++ b/libraries/base/GHC/Base.hs
@@ -50,7 +50,7 @@ GHC.Num Class: Num, plus instances for Int
GHC.Real Classes: Real, Integral, Fractional, RealFrac
plus instances for Int, Integer
Types: Ratio, Rational
- plus intances for classes so far
+ plus instances for classes so far
Rational is needed here because it is mentioned in the signature
of 'toRational' in class Real