summaryrefslogtreecommitdiff
path: root/utils/genprimopcode
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2018-05-25 15:33:21 +0200
committerGabor Greif <ggreif@gmail.com>2018-05-29 12:18:55 +0200
commit25f01db0fa7b20a22136ef770da6361bc3b7a82b (patch)
tree5bacaea481ceaa95aab0444ed2dd8377dcf83c50 /utils/genprimopcode
parentf8048112c2398ed58fbaff8f1c0faeb052a2534a (diff)
downloadhaskell-25f01db0fa7b20a22136ef770da6361bc3b7a82b.tar.gz
Typofixes [ci skip]
Diffstat (limited to 'utils/genprimopcode')
-rw-r--r--utils/genprimopcode/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/genprimopcode/Main.hs b/utils/genprimopcode/Main.hs
index 07eab0dacb..c409050250 100644
--- a/utils/genprimopcode/Main.hs
+++ b/utils/genprimopcode/Main.hs
@@ -263,7 +263,7 @@ gen_hs_source (Info defaults entries) =
++ "default ()" -- If we don't say this then the default type include Integer
-- so that runs off and loads modules that are not part of
- -- pacakge ghc-prim at all. And that in turn somehow ends up
+ -- package ghc-prim at all. And that in turn somehow ends up
-- with Declaration for $fEqMaybe:
-- attempting to use module ‘GHC.Classes’
-- (libraries/ghc-prim/./GHC/Classes.hs) which is not loaded