We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9ecfc commit 205d2b9Copy full SHA for 205d2b9
src/cdomain/value/cdomains/threadIdDomain.ml
@@ -12,10 +12,10 @@ sig
12
val is_main: t -> bool
13
val is_unique: t -> bool
14
15
- (** 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*)
16
val may_be_ancestor: t -> t -> bool
17
18
- (** 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 *)
19
val must_be_ancestor: t -> t -> bool
20
end
21
0 commit comments