Skip to content

Commit

Permalink
Fix ThreadIdDomain comments from review
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Schwarz <[email protected]>
  • Loading branch information
sim642 and michael-schwarz authored Dec 17, 2024
1 parent fc9ecfc commit 205d2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cdomain/value/cdomains/threadIdDomain.ml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ sig
val is_main: t -> bool
val is_unique: t -> bool

(** Overapproximates whether the first TID can be involved in the creation fo the second TID*)
(** Overapproximates whether the first TID can be involved in the creation of the second TID*)
val may_be_ancestor: t -> t -> bool

(** Is the first TID a must parent of the second thread. Always false if the first TID is not unique *)
(** Is the first TID a must ancestor of the second thread. Always false if the first TID is not unique *)
val must_be_ancestor: t -> t -> bool
end

Expand Down

0 comments on commit 205d2b9

Please sign in to comment.