Skip to content

Commit 4b1b6fa

Browse files
committed
update comment in get_size_of_ptr_target
1 parent b83e76c commit 4b1b6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analyses/memOutOfBounds.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ struct
115115
in
116116
(* Map each points-to-set element to its size *)
117117
let pts_sizes = List.map pts_elems_to_sizes pts_list in
118-
(* Take the smallest of all sizes that ptr's contents may have *)
118+
(* Smallest size, which contains all sizes that ptr's contents may have *)
119119
begin match pts_sizes with
120120
| [] -> `Bot
121121
| [x] -> x

0 commit comments

Comments
 (0)