We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a595a1 commit c14fdf3Copy full SHA for c14fdf3
src/framework/constraints.ml
@@ -83,7 +83,7 @@ struct
83
(* unknown function *)
84
M.error ~category:Imprecise ~tags:[Category Unsound] "Created a thread from unknown function %s" f.vname;
85
(* actual implementation (e.g. invalidation) is done by threadenter *)
86
- (* must still sync for side effects, e.g. old sync-based none privatization soundness in 02-base/51-spawn-special *)
+ (* must still sync for side effects, e.g., old sync-based none privatization soundness in 02-base/51-spawn-special *)
87
let rec sync_ctx =
88
{ ctx with
89
ask = (fun (type a) (q: a Queries.t) -> S.query sync_ctx q);
0 commit comments