diff --git a/glib/gasyncqueue.c b/glib/gasyncqueue.c index 5fc7300c6..84d2f7504 100644 --- a/glib/gasyncqueue.c +++ b/glib/gasyncqueue.c @@ -790,7 +790,7 @@ g_async_queue_sort_unlocked (GAsyncQueue *queue, * @queue: a #GAsyncQueue * @data: the @data to remove from the @queue * - * Remove an item from the queue. This function does not block. + * Remove an item from the queue. * * Returns: %TRUE if the item was removed * @@ -817,7 +817,7 @@ g_async_queue_remove (GAsyncQueue *queue, * @queue: a #GAsyncQueue * @data: the @data to remove from the @queue * - * Remove an item from the queue. This function does not block. + * Remove an item from the queue. * * This function must be called while holding the @queue's lock. *