Skip to content

Commit c14fdf3

Browse files
Add comment comma from review
Co-authored-by: Michael Schwarz <[email protected]>
1 parent 7a595a1 commit c14fdf3

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. old sync-based 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)