Skip to content

Commit 141403a

Browse files
authored
Merge pull request swiftlang#310 from ephemer/patch-1
Fix documentation warning in queue_private.h
2 parents 29329b5 + b481256 commit 141403a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private/queue_private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ dispatch_async_enforce_qos_class_f(dispatch_queue_t queue,
327327
/*!
328328
* @function _dispatch_install_thread_detach_callback
329329
*
330-
* @param callback
330+
* @param cb
331331
* Function to be called before each worker thread exits to detach JVM.
332332
*
333333
* Hook to be able to detach threads from the Java JVM before they exit.

0 commit comments

Comments
 (0)