Skip to content

Commit 7a595a1

Browse files
committed
Update comment about unknown function spawn sync
1 parent 5e7c5c7 commit 7a595a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/framework/constraints.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ struct
8383
(* unknown function *)
8484
M.error ~category:Imprecise ~tags:[Category Unsound] "Created a thread from unknown function %s" f.vname;
8585
(* actual implementation (e.g. invalidation) is done by threadenter *)
86-
(* must still sync for side effects, e.g. none privatization soundness in 02-base/51-spawn-special *)
86+
(* must still sync for side effects, e.g. old sync-based none privatization soundness in 02-base/51-spawn-special *)
8787
let rec sync_ctx =
8888
{ ctx with
8989
ask = (fun (type a) (q: a Queries.t) -> S.query sync_ctx q);

0 commit comments

Comments
 (0)