summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorJavran Cheng <Javran.c@gmail.com>2015-04-06 13:36:21 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-04-06 13:37:20 +0200
commit72092904e0ac1725c05c0447e1efe7ab541faa95 (patch)
treef085c3544df42033df86acd862b21762cadff650 /libraries
parent22eecaff9db1feb7eef9ee8ed11fcef4df01b08e (diff)
downloadhaskell-72092904e0ac1725c05c0447e1efe7ab541faa95.tar.gz
fix typo
[skip ci] Differential Revision: https://phabricator.haskell.org/D812
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 d9192d7a99..79942d827d 100644
--- a/libraries/base/GHC/Base.hs
+++ b/libraries/base/GHC/Base.hs
@@ -134,7 +134,7 @@ The Integer type is special because TidyPgm uses
GHC.Integer.Type.mkInteger to construct Integer literal values
Currently it reads the interface file whether or not the current
module *has* any Integer literals, so it's important that
-GHC.Integer.Type (in patckage integer-gmp or integer-simple) is
+GHC.Integer.Type (in package integer-gmp or integer-simple) is
compiled before any other module. (There's a hack in GHC to disable
this for packages ghc-prim, integer-gmp, integer-simple, which aren't
allowed to contain any Integer literals.)