[commit: ghc] master: Typofix in comment (aba7786)
git at git.haskell.org
git at git.haskell.org
Wed Oct 18 20:43:03 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/aba7786068aea673af7576a9082b8201036978b3/ghc
>---------------------------------------------------------------
commit aba7786068aea673af7576a9082b8201036978b3
Author: Gabor Greif <ggreif at gmail.com>
Date: Wed Oct 18 08:49:21 2017 +0200
Typofix in comment
>---------------------------------------------------------------
aba7786068aea673af7576a9082b8201036978b3
compiler/cmm/CmmSwitch.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/cmm/CmmSwitch.hs b/compiler/cmm/CmmSwitch.hs
index 53d00de..02a581b 100644
--- a/compiler/cmm/CmmSwitch.hs
+++ b/compiler/cmm/CmmSwitch.hs
@@ -109,7 +109,7 @@ data SwitchTargets =
(M.Map Integer Label) -- The branches
deriving (Show, Eq)
--- | The smart constructr mkSwitchTargets normalises the map a bit:
+-- | The smart constructor mkSwitchTargets normalises the map a bit:
-- * No entries outside the range
-- * No entries equal to the default
-- * No default if all elements have explicit values
More information about the ghc-commits
mailing list