From b179331cfb49ce67cda3e66c91f42fd29ed50116 Mon Sep 17 00:00:00 2001 From: Leo Correa Date: Fri, 4 Oct 2013 16:40:09 -0400 Subject: Typo fix ambigous -> ambiguous --- lib/compiler/src/beam_validator.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compiler/src/beam_validator.erl b/lib/compiler/src/beam_validator.erl index 70279ab658..48f5135aca 100644 --- a/lib/compiler/src/beam_validator.erl +++ b/lib/compiler/src/beam_validator.erl @@ -530,7 +530,7 @@ valfun_2(I, #vst{current=#st{ct=[[Fail]|_]}}=Vst) when is_integer(Fail) -> %% Update branched state valfun_3(I, branch_state(Fail, Vst)); valfun_2(_, _) -> - error(ambigous_catch_try_state). + error(ambiguous_catch_try_state). %% Handle the remaining floating point instructions here. %% Floating point. -- cgit v1.2.3 From c03b279ca0888926b88e28f8c7edf4a76454b4a3 Mon Sep 17 00:00:00 2001 From: Fredrik Gustafsson Date: Fri, 1 Nov 2013 15:33:52 +0100 Subject: Update primary bootstrap --- bootstrap/lib/compiler/ebin/beam_validator.beam | Bin 34556 -> 34556 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/bootstrap/lib/compiler/ebin/beam_validator.beam b/bootstrap/lib/compiler/ebin/beam_validator.beam index 6b8673cb82..b8a3491caa 100644 Binary files a/bootstrap/lib/compiler/ebin/beam_validator.beam and b/bootstrap/lib/compiler/ebin/beam_validator.beam differ -- cgit v1.2.3