From 2ca6c475ea16d4e1a0a136bde1c20ba45c421a58 Mon Sep 17 00:00:00 2001 From: David King Date: Sat, 18 Feb 2012 11:56:09 +0000 Subject: [PATCH] docs: Fix g_async_queue_timeout_pop_unlocked typo --- glib/gasyncqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gasyncqueue.c b/glib/gasyncqueue.c index 195445e98..dab487cb2 100644 --- a/glib/gasyncqueue.c +++ b/glib/gasyncqueue.c @@ -551,7 +551,7 @@ g_async_queue_timeout_pop (GAsyncQueue *queue, /** * g_async_queue_timeout_pop_unlocked: * @queue: a #GAsyncQueue - * @time: the number of microseconds to wait + * @timeout: the number of microseconds to wait * * Pops data from the @queue. If the queue is empty, blocks for * @timeout microseconds, or until data becomes available. -- 2.11.0