[commit: ghc] master: Fix typo in comment (70f79a6)
Ian Lynagh
igloo at earth.li
Fri Apr 22 02:35:08 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/70f79a6c3c40ca95efc1e2371f663c68c3bb5f08
>---------------------------------------------------------------
commit 70f79a6c3c40ca95efc1e2371f663c68c3bb5f08
Author: Ian Lynagh <igloo at earth.li>
Date: Thu Apr 21 15:53:02 2011 +0100
Fix typo in comment
>---------------------------------------------------------------
compiler/main/StaticFlags.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compiler/main/StaticFlags.hs b/compiler/main/StaticFlags.hs
index 049b61f..eddc9ca 100644
--- a/compiler/main/StaticFlags.hs
+++ b/compiler/main/StaticFlags.hs
@@ -167,7 +167,7 @@ try_read sw str
= case reads str of
((x,_):_) -> x -- Be forgiving: ignore trailing goop, and alternative parses
[] -> ghcError (UsageError ("Malformed argument " ++ str ++ " for flag " ++ sw))
- -- ToDo: hack alert. We should really parse the arugments
+ -- ToDo: hack alert. We should really parse the arguments
-- and announce errors in a more civilised way.
More information about the Cvs-ghc
mailing list