summaryrefslogtreecommitdiff
path: root/compiler/GHC/Unit/External.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Unit/External.hs')
-rw-r--r--compiler/GHC/Unit/External.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Unit/External.hs b/compiler/GHC/Unit/External.hs
index 04af938c03..3d75103dbb 100644
--- a/compiler/GHC/Unit/External.hs
+++ b/compiler/GHC/Unit/External.hs
@@ -155,7 +155,7 @@ data ExternalPackageState
eps_mod_fam_inst_env :: !(ModuleEnv FamInstEnv), -- ^ The family instances accumulated from external
-- packages, keyed off the module that declared them
- eps_stats :: !EpsStats -- ^ Stastics about what was loaded from external packages
+ eps_stats :: !EpsStats -- ^ Statistics about what was loaded from external packages
}
-- | Accumulated statistics about what we are putting into the 'ExternalPackageState'.