summaryrefslogtreecommitdiff
path: root/compiler/main/ErrUtils.hs
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2015-03-28 20:57:20 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2015-03-28 20:57:20 -0700
commita4656ebe97d5ee3579a36b6e3f9142cb9bc50a12 (patch)
tree36bca170b9281d0855f9aa18a2d048cc336f6a45 /compiler/main/ErrUtils.hs
parente2f1ffc396cb2c2ef754ba80d2907245864c82e9 (diff)
downloadhaskell-a4656ebe97d5ee3579a36b6e3f9142cb9bc50a12.tar.gz
Doc typofix.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'compiler/main/ErrUtils.hs')
-rw-r--r--compiler/main/ErrUtils.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/ErrUtils.hs b/compiler/main/ErrUtils.hs
index 82587d28bc..5762a57f3e 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