File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,12 +173,12 @@ DISPATCH_DECL_SUBCLASS(dispatch_queue_main, dispatch_queue_serial);
173
173
*
174
174
* @discussion
175
175
* Dispatch concurrent queues are lightweight objects to which regular and
176
- * barrier workitems may be submited . Barrier workitems are invoked in
176
+ * barrier workitems may be submitted . Barrier workitems are invoked in
177
177
* exclusion of any other kind of workitem in FIFO order.
178
178
*
179
179
* Regular workitems can be invoked concurrently for the same concurrent queue,
180
180
* in any order. However, regular workitems will not be invoked before any
181
- * barrier workitem submited ahead of them has been invoked.
181
+ * barrier workitem submitted ahead of them has been invoked.
182
182
*
183
183
* In other words, if a serial queue is equivalent to a mutex in the Dispatch
184
184
* world, a concurrent queue is equivalent to a reader-writer lock, where
You can’t perform that action at this time.
0 commit comments