[glib] docs: Fix g_async_queue_timeout_pop_unlocked typo



commit 2ca6c475ea16d4e1a0a136bde1c20ba45c421a58
Author: David King <amigadave amigadave com>
Date:   Sat Feb 18 11:56:09 2012 +0000

    docs: Fix g_async_queue_timeout_pop_unlocked typo

 glib/gasyncqueue.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gasyncqueue.c b/glib/gasyncqueue.c
index 195445e..dab487c 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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]