]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
thrdqueue.h: minor language polish in comments
authorDaniel Stenberg <daniel@haxx.se>
Tue, 5 May 2026 12:34:27 +0000 (14:34 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 May 2026 12:34:27 +0000 (14:34 +0200)
lib/thrdqueue.h

index 8bcdcee03af6888216ea7a69cb3b47d4b5c7d8a0..1144bb4185e8e9eddac71a946d0419b9467b62bb 100644 (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