[commit: ghc] master: Fix spelling (fb4982c)
Gabor Greif
ggreif at gmail.com
Wed Feb 6 14:49:46 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/fb4982c8cf5e3edaf77e83c3fa09a93fdfc3e7ca
>---------------------------------------------------------------
commit fb4982c8cf5e3edaf77e83c3fa09a93fdfc3e7ca
Author: Gabor Greif <ggreif at gmail.com>
Date: Wed Feb 6 14:45:21 2013 +0100
Fix spelling
>---------------------------------------------------------------
compiler/deSugar/DsListComp.lhs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compiler/deSugar/DsListComp.lhs b/compiler/deSugar/DsListComp.lhs
index 55cd837..a1131a8 100644
--- a/compiler/deSugar/DsListComp.lhs
+++ b/compiler/deSugar/DsListComp.lhs
@@ -588,7 +588,7 @@ dePArrComp (LetStmt ds : qs) pa cea = do
[Type ty'cea, Type errTy, proj, cea])
--
-- The parser guarantees that parallel comprehensions can only appear as
--- singeltons qualifier lists, which we already special case in the caller.
+-- singleton qualifier lists, which we already special case in the caller.
-- So, encountering one here is a bug.
--
dePArrComp (ParStmt {} : _) _ _ =
More information about the ghc-commits
mailing list