[commit: ghc] master: Fix typo (90142be)
git at git.haskell.org
git at git.haskell.org
Sun Mar 23 19:42:02 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/90142beab88127892e384c8275ac5757a7d467e7/ghc
>---------------------------------------------------------------
commit 90142beab88127892e384c8275ac5757a7d467e7
Author: Gabor Greif <ggreif at gmail.com>
Date: Sun Mar 23 20:33:48 2014 +0100
Fix typo
>---------------------------------------------------------------
90142beab88127892e384c8275ac5757a7d467e7
distrib/compare/FilenameDescr.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distrib/compare/FilenameDescr.hs b/distrib/compare/FilenameDescr.hs
index a0f53fd..bf2a50e 100644
--- a/distrib/compare/FilenameDescr.hs
+++ b/distrib/compare/FilenameDescr.hs
@@ -10,7 +10,7 @@ import Utils
import Tar
-- We can't just compare plain filenames, because versions numbers of GHC
--- and the libaries will vary. So we use FilenameDescr instead, which
+-- and the libraries will vary. So we use FilenameDescr instead, which
-- abstracts out the version numbers.
type FilenameDescr = [FilenameDescrBit]
data FilenameDescrBit = VersionOf String
More information about the ghc-commits
mailing list