summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmImplementSwitchPlans.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-03-28 11:59:48 +0200
committerGabor Greif <ggreif@gmail.com>2017-03-28 12:18:43 +0200
commit08a6fc69ce1617bb997cb02584a961ac29a266eb (patch)
tree9a387c89f3e547b6975f8cda1a0e59098a6d4cae /compiler/cmm/CmmImplementSwitchPlans.hs
parenteb6ccb7cd8751cd027ee9913e47f1371bfa62289 (diff)
downloadhaskell-08a6fc69ce1617bb997cb02584a961ac29a266eb.tar.gz
Spelling in comments only [ci skip]
Diffstat (limited to 'compiler/cmm/CmmImplementSwitchPlans.hs')
-rw-r--r--compiler/cmm/CmmImplementSwitchPlans.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/CmmImplementSwitchPlans.hs b/compiler/cmm/CmmImplementSwitchPlans.hs
index 225c77e6d6..d378c66168 100644
--- a/compiler/cmm/CmmImplementSwitchPlans.hs
+++ b/compiler/cmm/CmmImplementSwitchPlans.hs
@@ -21,7 +21,7 @@ import DynFlags
-- CmmSwitch and returned as a SwitchPlan; here is just the implementation in
-- terms of Cmm code. See Note [Cmm Switches, the general plan] in CmmSwitch.
--
--- This division into different modules is both to clearly separte concerns,
+-- This division into different modules is both to clearly separate concerns,
-- but also because createSwitchPlan needs access to the constructors of
-- SwitchTargets, a data type exported abstractly by CmmSwitch.
--