Skip to content

Commit 44fc62a

Browse files
Taint: Typo
1 parent 96288cc commit 44fc62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analyses/tutorials/taint.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct
8181
caller_state
8282

8383
(** Handles going from start node of function [f] into the function body of [f].
84-
Meant to handle e.g. initializiation of local variables. *)
84+
Meant to handle e.g. initialization of local variables. *)
8585
let body man (f:fundec) : D.t =
8686
(* Nothing needs to be done here, as the (non-formals) locals are initally untainted *)
8787
man.local

0 commit comments

Comments
 (0)