[project @ 2003-03-11 18:41:43 by panne]
[ghc-base.git] / System / Console / GetOpt.hs
index bd2ccdb..0062b02 100644 (file)
@@ -131,7 +131,7 @@ Process the command-line, and return the list of values that matched
 * The option descriptions (see 'OptDescr')
 
 * The actual command line arguments (presumably got from 
-  'System.Console.Environment.getArgs').
+  'System.Environment.getArgs').
 
 'getOpt' returns a triple, consisting of the argument values, a list
 of options that didn\'t match, and a list of error messages.