Skip to content

Commit

Permalink
Add comment comma 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 20, 2024
1 parent 7a595a1 commit c14fdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/constraints.ml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ struct
(* unknown function *)
M.error ~category:Imprecise ~tags:[Category Unsound] "Created a thread from unknown function %s" f.vname;
(* actual implementation (e.g. invalidation) is done by threadenter *)
(* 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 *)
let rec sync_ctx =
{ ctx with
ask = (fun (type a) (q: a Queries.t) -> S.query sync_ctx q);
Expand Down

0 comments on commit c14fdf3

Please sign in to comment.