Skip to content

Commit 0964b76

Browse files
committed
fix error message
1 parent 4822663 commit 0964b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/smt2/smt2_conv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ void smt2_convt::convert_byte_update(const byte_update_exprt &expr)
763763

764764
mp_integer i;
765765
if(to_integer(expr.op1(), i))
766-
INVALIDEXPR("byte_extract takes constant as second parameter");
766+
INVALIDEXPR("byte_update takes constant as second parameter");
767767

768768
std::size_t total_width=boolbv_width(expr.op().type());
769769
std::size_t value_width=boolbv_width(expr.value().type());

0 commit comments

Comments
 (0)