[commit: ghc] master: Comments only (257b4ae)
Simon Peyton Jones
simonpj at microsoft.com
Wed Feb 13 18:44:04 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/257b4ae9861ad13d97ae209e57295bc1bb7ded4f
>---------------------------------------------------------------
commit 257b4ae9861ad13d97ae209e57295bc1bb7ded4f
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Feb 13 17:08:10 2013 +0000
Comments only
>---------------------------------------------------------------
compiler/stranal/WwLib.lhs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compiler/stranal/WwLib.lhs b/compiler/stranal/WwLib.lhs
index 98c0b9e..fb9396e 100644
--- a/compiler/stranal/WwLib.lhs
+++ b/compiler/stranal/WwLib.lhs
@@ -393,7 +393,7 @@ Does 'main' print "error 1" or "error no"? We don't really want 'f'
to unbox its second argument. This actually happened in GHC's onwn
source code, in Packages.applyPackageFlag, which ended up un-boxing
the enormous DynFlags tuple, and being strict in the
-as-yet-un-filled-in pkgState fiels.
+as-yet-un-filled-in pkgState files.
\begin{code}
----------------------
More information about the ghc-commits
mailing list