summaryrefslogtreecommitdiff
path: root/utils/hpc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hpc')
-rw-r--r--utils/hpc/HpcFlags.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hpc/HpcFlags.hs b/utils/hpc/HpcFlags.hs
index dd1d9f7260..2d78375003 100644
--- a/utils/hpc/HpcFlags.hs
+++ b/utils/hpc/HpcFlags.hs
@@ -194,7 +194,7 @@ data Plugin = Plugin { name :: String
-- filterModules takes a list of candidate modules,
-- and
-- * excludes the excluded modules
--- * includes the rest if there are no explicity included modules
+-- * includes the rest if there are no explicitly included modules
-- * otherwise, accepts just the included modules.
allowModule :: Flags -> String -> Bool