diff options
author | Tuncer Ayaz <[email protected]> | 2011-08-31 16:08:27 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-09-15 11:37:49 +0200 |
commit | c59dc075b6306e38d7b4bd52d29cfd4d144756cb (patch) | |
tree | db739e33e22af052dd27538e8882b6270db50e43 /lib/hipe/rtl | |
parent | 411edcef850f1db74260902bbb55724b35b3a505 (diff) | |
download | otp-c59dc075b6306e38d7b4bd52d29cfd4d144756cb.tar.gz otp-c59dc075b6306e38d7b4bd52d29cfd4d144756cb.tar.bz2 otp-c59dc075b6306e38d7b4bd52d29cfd4d144756cb.zip |
Fix more misspellings of compatibility
Diffstat (limited to 'lib/hipe/rtl')
-rw-r--r-- | lib/hipe/rtl/hipe_rtl_lcm.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/rtl/hipe_rtl_lcm.erl b/lib/hipe/rtl/hipe_rtl_lcm.erl index 5d65389d48..d45ab4ed46 100644 --- a/lib/hipe/rtl/hipe_rtl_lcm.erl +++ b/lib/hipe/rtl/hipe_rtl_lcm.erl @@ -269,7 +269,7 @@ insert_expr_last(CFG0, Label, Instr) -> %% is a branch operation). insert_expr_last_work(_, Instr, []) -> %% This case should not happen since this means that block was completely - %% empty when the function was called. For compability we insert it last. + %% empty when the function was called. For compatibility we insert it last. [Instr]; insert_expr_last_work(_, Instr, [Code1]) -> %% We insert the code next to last. |