diff options
author | Gabor Greif <ggreif@gmail.com> | 2013-02-06 14:45:21 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2013-02-06 14:48:52 +0100 |
commit | fb4982c8cf5e3edaf77e83c3fa09a93fdfc3e7ca (patch) | |
tree | 1c3da2acf32836b20de269301717ec1adcb13cf9 | |
parent | ca106a106f79d3d12befa3844b25a8f0d0733b04 (diff) | |
download | haskell-fb4982c8cf5e3edaf77e83c3fa09a93fdfc3e7ca.tar.gz |
Fix spelling
-rw-r--r-- | 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 55cd837f78..a1131a8126 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 {} : _) _ _ = |