summaryrefslogtreecommitdiff
path: root/utils/dll-split
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@mit.edu>2013-08-23 12:25:48 -0700
committerEdward Z. Yang <ezyang@mit.edu>2013-08-23 12:25:56 -0700
commit27955ff375b36aea4bda688078b8758c342ebdb6 (patch)
tree502f12671b870577f759586bca92b72f5451bd3e /utils/dll-split
parent45cdba4502065242ba32c17357bb2de32763ba04 (diff)
downloadhaskell-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.hs2
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