Skip to content

Commit 22638e2

Browse files
committed
Make jdiff log message match janalyzer
1 parent 253e331 commit 22638e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/src/jdiff/jdiff_parse_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ bool jdiff_parse_optionst::process_goto_program(
345345
try
346346
{
347347
// remove function pointers
348-
status() << "Removal of function pointers and virtual functions" << eom;
348+
status() << "Removing function pointers and virtual functions" << eom;
349349
remove_function_pointers(
350350
get_message_handler(), goto_model, cmdline.isset("pointer-check"));
351351

0 commit comments

Comments
 (0)