docs: Fix g_async_queue_timeout_pop_unlocked typo
authorDavid King <amigadave@amigadave.com>
Sat, 18 Feb 2012 11:56:09 +0000 (11:56 +0000)
committerRyan Lortie <desrt@desrt.ca>
Tue, 21 Feb 2012 00:10:55 +0000 (01:10 +0100)
glib/gasyncqueue.c

index 195445e..dab487c 100644 (file)
@@ -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.