Reword awkward sentence in the docs
authorMatthias Clasen <mclasen@redhat.com>
Fri, 3 Dec 2010 19:45:09 +0000 (14:45 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 3 Dec 2010 19:45:09 +0000 (14:45 -0500)
Pointed out in bug 636305, the docs for g_queue_remove_all() had
several grammatical errors and sounded awkward.

glib/gqueue.c

index 5e5535e..2e7d05a 100644 (file)
@@ -901,7 +901,7 @@ g_queue_remove (GQueue        *queue,
  * @queue: a #GQueue
  * @data: data to remove
  * 
- * Remove all elemeents in @queue which contains @data.
+ * Remove all elements whose data equals @data from @queue.
  * 
  * Since: 2.4
  **/