From 218715546cc92ecb7bc88ee20cd2b1904925e5dd Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 27 Jun 2001 13:13:57 +0000 Subject: [PATCH 1/1] [project @ 2001-06-27 13:13:57 by rrt] Fix comment typo --- ghc/utils/unlit/unlit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4