thrdqueue.h: minor language polish in comments

This commit is contained in:
Daniel Stenberg 2026-05-05 14:34:27 +02:00
parent 484f724a30
commit 9c9a4f3eab
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -36,14 +36,14 @@ typedef enum {
CURL_THRDQ_EV_ITEM_DONE /* an item has been processed and is ready */
} Curl_thrdq_event;
/* Notification callback when "events" happen in the queue. May be
* call from any thread, queue is not locked. */
/* Notification callback when "events" happen in the queue. May be called from
* any thread, queue is not locked. */
typedef void Curl_thrdq_ev_cb(const struct curl_thrdq *tqueue,
Curl_thrdq_event ev,
void *user_data);
/* Process a queued item. Maybe call from any thread. Queue is
* not locked. */
/* Process a queued item. May be called from any thread. Queue is not
* locked. */
typedef void Curl_thrdq_item_process_cb(void *item);
/* Free an item. May be called from any thread at any time for an