diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-03-28 11:59:48 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-03-28 12:18:43 +0200 |
commit | 08a6fc69ce1617bb997cb02584a961ac29a266eb (patch) | |
tree | 9a387c89f3e547b6975f8cda1a0e59098a6d4cae /compiler/cmm/CmmImplementSwitchPlans.hs | |
parent | eb6ccb7cd8751cd027ee9913e47f1371bfa62289 (diff) | |
download | haskell-08a6fc69ce1617bb997cb02584a961ac29a266eb.tar.gz |
Spelling in comments only [ci skip]
Diffstat (limited to 'compiler/cmm/CmmImplementSwitchPlans.hs')
-rw-r--r-- | compiler/cmm/CmmImplementSwitchPlans.hs | 2 |
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. -- |