Skip to content

Commit c6f23fd

Browse files
Typo
1 parent 3ef29c5 commit c6f23fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analyses/pthreadBarriers.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ struct
136136
let multitprocess = not @@ Queries.AD.is_null @@ man.ask (Queries.MayPointTo attr) in
137137
if multitprocess then M.warn "Barrier initialized with a non-NULL attr argument. Handled as if PTHREAD_PROCESS_SHARED potentially set.";
138138
let count = man.ask (Queries.EvalInt count) in
139-
let publish_one b = man.sideg b (multitprocess, count, Waiters.bot ()) in
139+
let publish_one b = man.sideg b (multiprocess, count, Waiters.bot ()) in
140140
let barriers = possible_vinfos (Analyses.ask_of_man man) barrier in
141141
List.iter publish_one barriers;
142142
man.local

0 commit comments

Comments
 (0)