Skip to content

Commit e5654a2

Browse files
Typos (c.f. ChatGpt on #1800)
1 parent e4f1cdf commit e5654a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/framework/control.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ struct
153153
let open Cilfacade in
154154
let warn_for_upjumps fundec gotos =
155155
if FunSet.mem live_funs fundec then (
156-
(* set nortermiantion flag *)
156+
(* set nontermination flag *)
157157
AnalysisState.svcomp_may_not_terminate := true;
158158
(* iterate through locations to produce warnings *)
159159
LocSet.iter (fun l _ ->
@@ -248,7 +248,7 @@ struct
248248

249249
AnalysisState.should_warn := false; (* reset for server mode *)
250250

251-
(* exctract global xml from result *)
251+
(* extract global xml from result *)
252252
let make_global_fast_xml f g =
253253
let open Printf in
254254
let print_globals k v =

0 commit comments

Comments
 (0)