[commit: ghc] master: Doc typofix. (a4656eb)
git at git.haskell.org
git at git.haskell.org
Sun Mar 29 03:57:09 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a4656ebe97d5ee3579a36b6e3f9142cb9bc50a12/ghc
>---------------------------------------------------------------
commit a4656ebe97d5ee3579a36b6e3f9142cb9bc50a12
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Sat Mar 28 20:57:20 2015 -0700
Doc typofix.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
a4656ebe97d5ee3579a36b6e3f9142cb9bc50a12
compiler/main/ErrUtils.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/main/ErrUtils.hs b/compiler/main/ErrUtils.hs
index 82587d2..5762a57 100644
--- a/compiler/main/ErrUtils.hs
+++ b/compiler/main/ErrUtils.hs
@@ -323,7 +323,7 @@ chooseDumpFile dflags flag
Just d -> d </> f
Nothing -> f
--- | Build a nice file name from name of a GeneralFlag constructor
+-- | Build a nice file name from name of a 'DumpFlag' constructor
beautifyDumpName :: DumpFlag -> String
beautifyDumpName Opt_D_th_dec_file = "th.hs"
beautifyDumpName flag
More information about the ghc-commits
mailing list