We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96288cc commit 44fc62aCopy full SHA for 44fc62a
src/analyses/tutorials/taint.ml
@@ -81,7 +81,7 @@ struct
81
caller_state
82
83
(** Handles going from start node of function [f] into the function body of [f].
84
- Meant to handle e.g. initializiation of local variables. *)
+ Meant to handle e.g. initialization of local variables. *)
85
let body man (f:fundec) : D.t =
86
(* Nothing needs to be done here, as the (non-formals) locals are initally untainted *)
87
man.local
0 commit comments