We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f1cdf commit e5654a2Copy full SHA for e5654a2
src/framework/control.ml
@@ -153,7 +153,7 @@ struct
153
let open Cilfacade in
154
let warn_for_upjumps fundec gotos =
155
if FunSet.mem live_funs fundec then (
156
- (* set nortermiantion flag *)
+ (* set nontermination flag *)
157
AnalysisState.svcomp_may_not_terminate := true;
158
(* iterate through locations to produce warnings *)
159
LocSet.iter (fun l _ ->
@@ -248,7 +248,7 @@ struct
248
249
AnalysisState.should_warn := false; (* reset for server mode *)
250
251
- (* exctract global xml from result *)
+ (* extract global xml from result *)
252
let make_global_fast_xml f g =
253
let open Printf in
254
let print_globals k v =
0 commit comments