We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acde1a8 commit ee07f0aCopy full SHA for ee07f0a
src/solvers/flattening/boolbv_typecast.cpp
@@ -260,7 +260,7 @@ bool boolbvt::type_conversion(
260
{
261
INVARIANT(
262
src_width == dest_width,
263
- "source bitvector with shall equal the destination bitvector width");
+ "source bitvector width shall equal the destination bitvector width");
264
dest=src;
265
return false;
266
}
@@ -418,7 +418,7 @@ bool boolbvt::type_conversion(
418
case bvtypet::IS_BV:
419
420
421
422
dest = src;
423
424
0 commit comments