Skip to content

Commit 15b269f

Browse files
Mention clusters in comment
1 parent 7cef967 commit 15b269f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analyses/commonPriv.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ struct
266266
let global x = `Right x
267267
end
268268

269-
(** Mutexes / globals to which values have been published, i.e. for which the initializers need not be read **)
269+
(** Mutexes / clusters of globals to which values have been published, i.e., for which the initializers need not be read **)
270270
module LMust = struct
271271
include SetDomain.Reverse (SetDomain.ToppedSet (Printable.Prod(LLock)(Cluster)) (struct let topname = "All locks" end))
272272
let name () = "LMust"

0 commit comments

Comments
 (0)