Skip to content

Commit 93aaa16

Browse files
Fix typo
1 parent 4d8e504 commit 93aaa16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/src/jbmc/jbmc_parse_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ void jbmc_parse_optionst::process_goto_function(
829829
adjust_float_expressions(goto_function, ns);
830830

831831
// add failed symbols for anything created relating to this particular
832-
// function (note this means subseqent passes mustn't create more!):
832+
// function (note this means subsequent passes mustn't create more!):
833833
journalling_symbol_tablet::changesett new_symbols =
834834
symbol_table.get_inserted();
835835
for(const irep_idt &new_symbol_name : new_symbols)

0 commit comments

Comments
 (0)