Skip to content

Commit c4db021

Browse files
Fix typo in comments
Co-authored-by: Peter Schrammel <[email protected]>
1 parent a6c720b commit c4db021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-analyzer/goto_analyzer_parse_options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ int goto_analyzer_parse_optionst::doit()
581581

582582
goto_model = initialize_goto_model(cmdline.args, ui_message_handler, options);
583583

584-
// Perserve backwards compatability in processing
584+
// Preserve backwards compatibility in processing
585585
options.set_option("partial-inline", true);
586586
options.set_option("rewrite-union", false);
587587

0 commit comments

Comments
 (0)