aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/options1_SUITE_data/src/compiler/v3_codegen.erl
diff options
context:
space:
mode:
authorAndrew Dryga <[email protected]>2017-02-12 19:34:56 +0200
committerAndrew Dryga <[email protected]>2017-02-14 11:31:30 +0200
commitef0e31ffbd35d9f0fe542a231ee450a5ead2bba5 (patch)
treeb30fb92841ffcc2f190cfce86abb328f9b14a4c2 /lib/dialyzer/test/options1_SUITE_data/src/compiler/v3_codegen.erl
parentec7242c7ed2e98f40b3450d04e21d1806a4009f4 (diff)
downloadotp-ef0e31ffbd35d9f0fe542a231ee450a5ead2bba5.tar.gz
otp-ef0e31ffbd35d9f0fe542a231ee450a5ead2bba5.tar.bz2
otp-ef0e31ffbd35d9f0fe542a231ee450a5ead2bba5.zip
Fixed typos in lib/dialyzer
Diffstat (limited to 'lib/dialyzer/test/options1_SUITE_data/src/compiler/v3_codegen.erl')
-rw-r--r--lib/dialyzer/test/options1_SUITE_data/src/compiler/v3_codegen.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/test/options1_SUITE_data/src/compiler/v3_codegen.erl b/lib/dialyzer/test/options1_SUITE_data/src/compiler/v3_codegen.erl
index 33a322b466..acb49b5faf 100644
--- a/lib/dialyzer/test/options1_SUITE_data/src/compiler/v3_codegen.erl
+++ b/lib/dialyzer/test/options1_SUITE_data/src/compiler/v3_codegen.erl
@@ -1667,7 +1667,7 @@ bs_function({function,Name,Arity,CLabel,Asm0}=Func) ->
%%%
%%% Pass 1: Found out which bs_restore's that are needed. For now we assume
-%%% that a bs_restore is needed unless it is directly preceeded by a bs_save.
+%%% that a bs_restore is needed unless it is directly preceded by a bs_save.
%%%
bs_needed([{bs_save,Name},{bs_restore,Name}|T], N, _BsUsed, Dict) ->