Fix documentation warning in queue_private.h
diff --git a/private/queue_private.h b/private/queue_private.h
index b9356e2..06fca91 100644
--- a/private/queue_private.h
+++ b/private/queue_private.h
@@ -327,7 +327,7 @@
 /*!
  * @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.