From b481256b11e74acfe17b3e114940ec66d254baf7 Mon Sep 17 00:00:00 2001 From: Geordie J Date: Wed, 11 Oct 2017 15:42:40 +0200 Subject: [PATCH] Fix documentation warning in queue_private.h --- private/queue_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/queue_private.h b/private/queue_private.h index b9356e25a..06fca91b5 100644 --- a/private/queue_private.h +++ b/private/queue_private.h @@ -327,7 +327,7 @@ dispatch_async_enforce_qos_class_f(dispatch_queue_t queue, /*! * @function _dispatch_install_thread_detach_callback * - * @param callback + * @param cb * Function to be called before each worker thread exits to detach JVM. * * Hook to be able to detach threads from the Java JVM before they exit.