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 4d8e504 commit 93aaa16Copy full SHA for 93aaa16
jbmc/src/jbmc/jbmc_parse_options.cpp
@@ -829,7 +829,7 @@ void jbmc_parse_optionst::process_goto_function(
829
adjust_float_expressions(goto_function, ns);
830
831
// add failed symbols for anything created relating to this particular
832
- // function (note this means subseqent passes mustn't create more!):
+ // function (note this means subsequent passes mustn't create more!):
833
journalling_symbol_tablet::changesett new_symbols =
834
symbol_table.get_inserted();
835
for(const irep_idt &new_symbol_name : new_symbols)
0 commit comments