aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/cerl/cerl_to_icode.erl
diff options
context:
space:
mode:
authorAndrew Dryga <[email protected]>2017-02-14 11:32:24 +0200
committerAndrew Dryga <[email protected]>2017-02-14 11:32:52 +0200
commit5d373def7b8069eda8b6d1d2babd713933c6f472 (patch)
tree3d5103b2da56eab7b14a33504eb2c3785ee5d9a9 /lib/hipe/cerl/cerl_to_icode.erl
parentf0bdb1a53ae84845a1ebdb72544e1f4a5719428b (diff)
downloadotp-5d373def7b8069eda8b6d1d2babd713933c6f472.tar.gz
otp-5d373def7b8069eda8b6d1d2babd713933c6f472.tar.bz2
otp-5d373def7b8069eda8b6d1d2babd713933c6f472.zip
Fixed typos in lib/hipe
Diffstat (limited to 'lib/hipe/cerl/cerl_to_icode.erl')
-rw-r--r--lib/hipe/cerl/cerl_to_icode.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/cerl/cerl_to_icode.erl b/lib/hipe/cerl/cerl_to_icode.erl
index acad8a9da4..e37eae8a03 100644
--- a/lib/hipe/cerl/cerl_to_icode.erl
+++ b/lib/hipe/cerl/cerl_to_icode.erl
@@ -2621,7 +2621,7 @@ icode_switch_val(Arg, Fail, Length, Cases) ->
hipe_icode:mk_switch_val(Arg, Fail, Length, Cases).
icode_switch_tuple_arity(Arg, Fail, Length, Cases) ->
- SortedCases = lists:keysort(1, Cases), %% immitate BEAM compiler - Kostis
+ SortedCases = lists:keysort(1, Cases), %% imitate BEAM compiler - Kostis
hipe_icode:mk_switch_tuple_arity(Arg, Fail, Length, SortedCases).