summaryrefslogtreecommitdiff
path: root/test/rlhc.d/case/atoi2_ocaml.ml-O-F1--var-backend.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/rlhc.d/case/atoi2_ocaml.ml-O-F1--var-backend.exp')
-rw-r--r--test/rlhc.d/case/atoi2_ocaml.ml-O-F1--var-backend.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rlhc.d/case/atoi2_ocaml.ml-O-F1--var-backend.exp b/test/rlhc.d/case/atoi2_ocaml.ml-O-F1--var-backend.exp
index 4a496897..6e92d07b 100644
--- a/test/rlhc.d/case/atoi2_ocaml.ml-O-F1--var-backend.exp
+++ b/test/rlhc.d/case/atoi2_ocaml.ml-O-F1--var-backend.exp
@@ -20,7 +20,7 @@ let _state_chart_char_class : int array = [|
let _state_chart_index_offsets : int array = [|
0; 0; 1; 6; 0 ;
|]
-let _state_chart_indicies : int array = [|
+let _state_chart_indices : int array = [|
0; 2; 1; 1; 1; 0; 3; 4; 5; 0 ;
|]
let _state_chart_index_defaults : int array = [|
@@ -103,7 +103,7 @@ begin
let _ic : int ref = ref _state_chart_char_class.(( Char.code data.[p.contents] )- 10) in
if _ic.contents<= _state_chart_trans_keys.( _keys.contents+1 )&& _ic.contents>= _state_chart_trans_keys.( _keys.contents ) then
begin
- _trans := _state_chart_indicies.( _inds.contents+ ( _ic.contents- _state_chart_trans_keys.( _keys.contents ) ) );
+ _trans := _state_chart_indices.( _inds.contents+ ( _ic.contents- _state_chart_trans_keys.( _keys.contents ) ) );
end
else