diff options
Diffstat (limited to 'ghc/Main.hs')
-rw-r--r-- | ghc/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/Main.hs b/ghc/Main.hs index 69ec3a8593..cb701e24e2 100644 --- a/ghc/Main.hs +++ b/ghc/Main.hs @@ -567,7 +567,7 @@ parseModeFlags args = do Nothing -> doMakeMode Just (m, _) -> m - -- See Note [Handling errors when parsing commandline flags] + -- See Note [Handling errors when parsing command-line flags] unless (null errs1 && null errs2) $ throwGhcException $ errorsToGhcException $ map (("on the commandline", )) $ map (unLoc . errMsg) errs1 ++ errs2 |