diff options
| author | Robert Norton | 2016-02-05 16:46:11 +0000 |
|---|---|---|
| committer | Robert Norton | 2016-02-05 16:46:11 +0000 |
| commit | c90b2574077f99b440b78a7cd7ba46a1f80760e6 (patch) | |
| tree | db3ad36524fd5e70790745b4e9635aa6ca9dee9e | |
| parent | e148fa2ae5686c13d319d960c798cc542066be8c (diff) | |
fix typo in kathy's last commit.
| -rw-r--r-- | src/lem_interp/interp_lib.lem | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
