Skip to content

Commit 7186571

Browse files
Typo
1 parent bffc5e3 commit 7186571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analyses/base.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ struct
15791579
let set ~(ctx: _ ctx) ?(invariant=false) ?(blob_destructive=false) ?lval_raw ?rval_raw ?t_override (st: store) (lval: AD.t) (lval_type: Cil.typ) (value: value) : store =
15801580
let update_variable x t y z =
15811581
if M.tracing then M.tracel "set" ~var:x.vname "update_variable: start '%s' '%a'\nto\n%a" x.vname VD.pretty y CPA.pretty z;
1582-
let r = update_variable x t y z in (* refers to defintion that is outside of set *)
1582+
let r = update_variable x t y z in (* refers to definition that is outside of set *)
15831583
if M.tracing then M.tracel "set" ~var:x.vname "update_variable: start '%s' '%a'\nto\n%a\nresults in\n%a" x.vname VD.pretty y CPA.pretty z CPA.pretty r;
15841584
r
15851585
in

0 commit comments

Comments
 (0)