Skip to content

Commit 205d2b9

Browse files
Fix ThreadIdDomain comments from review
Co-authored-by: Michael Schwarz <[email protected]>
1 parent fc9ecfc commit 205d2b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cdomain/value/cdomains/threadIdDomain.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ sig
1212
val is_main: t -> bool
1313
val is_unique: t -> bool
1414

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

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

0 commit comments

Comments
 (0)