diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-07-06 10:48:52 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-07-06 10:48:52 +0200 |
commit | 99adcc8804e91161b35ff1d0e5f718d18fcaa66a (patch) | |
tree | e12b65bf767f0f3174fb2df2ceff3fc8a8d34130 /utils/hpc | |
parent | f3979b7fbd83e85301ba2f028936fb7c50a48f42 (diff) | |
download | haskell-99adcc8804e91161b35ff1d0e5f718d18fcaa66a.tar.gz |
Typos in comments [ci skip]
Diffstat (limited to 'utils/hpc')
-rw-r--r-- | utils/hpc/HpcFlags.hs | 2 |
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 |