Skip to content

Commit 2a03209

Browse files
Typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 0ad89cd commit 2a03209

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/framework/simplifiedAnalysis.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ open GoblintCil
22

33

44
(** Man(ager) is passed to transfer functions and allows accessing the
5-
the context, read values from globals, side-effect values to globals,
6-
and query information from other analyses *)
5+
context, read values from globals, side-effect values to globals,
6+
and query information from other analyses *)
77
type ('g,'c,'v) man =
88
{ ask : 'a. 'a Queries.t -> 'a Queries.result
99
(* To communicate with other analyses *)

0 commit comments

Comments
 (0)