We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb492f commit 573c9e4Copy full SHA for 573c9e4
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