diff options
author | Edward Z. Yang <ezyang@mit.edu> | 2013-08-23 12:25:48 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@mit.edu> | 2013-08-23 12:25:56 -0700 |
commit | 27955ff375b36aea4bda688078b8758c342ebdb6 (patch) | |
tree | 502f12671b870577f759586bca92b72f5451bd3e /utils/dll-split | |
parent | 45cdba4502065242ba32c17357bb2de32763ba04 (diff) | |
download | haskell-27955ff375b36aea4bda688078b8758c342ebdb6.tar.gz |
dll-split: Say where to update module list and fix a typo.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
Diffstat (limited to 'utils/dll-split')
-rw-r--r-- | utils/dll-split/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/dll-split/Main.hs b/utils/dll-split/Main.hs index 336b6d9b26..c0e370641c 100644 --- a/utils/dll-split/Main.hs +++ b/utils/dll-split/Main.hs @@ -38,7 +38,7 @@ doit depfile startModule expectedReachableMods in putStrLn (name ++ ": " ++ unwords ms) putStrLn ("Reachable modules from " ++ moduleName startModule ++ " out of date") - putStrLn "Please fix it, or building DLLs on Widnows may break (#7780)" + putStrLn "Please fix compiler/ghc.mk, or building DLLs on Windows may break (#7780)" tellSet "Redundant modules" redundant tellSet "Extra modules" extra exitFailure |