From c90b2574077f99b440b78a7cd7ba46a1f80760e6 Mon Sep 17 00:00:00 2001 From: Robert Norton Date: Fri, 5 Feb 2016 16:46:11 +0000 Subject: fix typo in kathy's last commit. --- src/lem_interp/interp_lib.lem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lem_interp/interp_lib.lem b/src/lem_interp/interp_lib.lem index c16b6c3d..df5413ae 100644 --- a/src/lem_interp/interp_lib.lem +++ b/src/lem_interp/interp_lib.lem @@ -686,7 +686,7 @@ let library_functions direction = [ ("bitwise_rightshift", shift_op_vec ">>"); ("bitwise_rotate", shift_op_vec "<<<"); ("modulo", arith_op_no0 (mod)); - ("mod_signed", arith_op_no0 hardwaer_mod); + ("mod_signed", arith_op_no0 hardware_mod); ("mod_vec", arith_op_vec_no0 hardware_mod "mod" Unsigned 1); ("mod_vec_range", arith_op_vec_range_no0 hardware_mod "mod" Unsigned 1); ("mod_signed_vec", arith_op_vec_no0 hardware_mod "mod" Signed 1); -- cgit v1.2.3