diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-01-05 11:41:44 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-01-09 16:26:25 +0100 |
commit | a8a714ea6787f5717ca3ddf0f81ebba8d7ccca4d (patch) | |
tree | b65d0e13c92aba0d9a5b34b6df3d9165c5cbee65 /libraries/base/GHC/Event | |
parent | 7d2e5da61714025142f0085d5ae150a61e637a5e (diff) | |
download | haskell-a8a714ea6787f5717ca3ddf0f81ebba8d7ccca4d.tar.gz |
Typos in comments (and in a test)
Diffstat (limited to 'libraries/base/GHC/Event')
-rw-r--r-- | libraries/base/GHC/Event/PSQ.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Event/PSQ.hs b/libraries/base/GHC/Event/PSQ.hs index 311265fd80..b03bc9ce76 100644 --- a/libraries/base/GHC/Event/PSQ.hs +++ b/libraries/base/GHC/Event/PSQ.hs @@ -89,7 +89,7 @@ module GHC.Event.PSQ ) where import GHC.Base hiding (empty) -import GHC.Float () -- for Show Double instasnce +import GHC.Float () -- for Show Double instance import GHC.Num (Num(..)) import GHC.Show (Show(showsPrec)) import GHC.Event.Unique (Unique) |