From: rrt Date: Wed, 27 Jun 2001 13:13:57 +0000 (+0000) Subject: [project @ 2001-06-27 13:13:57 by rrt] X-Git-Tag: Approximately_9120_patches~1694 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=218715546cc92ecb7bc88ee20cd2b1904925e5dd;p=ghc-hetmet.git [project @ 2001-06-27 13:13:57 by rrt] Fix comment typo --- diff --git a/ghc/utils/unlit/unlit.c b/ghc/utils/unlit/unlit.c index 17cac8b..8c170e5 100644 --- a/ghc/utils/unlit/unlit.c +++ b/ghc/utils/unlit/unlit.c @@ -283,7 +283,7 @@ FILE *ostream; { * * Main program. Processes command line arguments, looking for leading: * -q quiet mode - do not complain about bad literate script files - * -n noisy mpde - complain about bad literate script files. + * -n noisy mode - complain about bad literate script files. * -r remove cpp droppings in output. * Expects two additional arguments, a file name for the input and a file * name for the output file. These two names must normally be distinct.