[glib] Reword awkward sentence in the docs



commit 658572978b18cd11ba9d93c02d41969e1d7438eb
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Dec 3 14:45:09 2010 -0500

    Reword awkward sentence in the docs
    
    Pointed out in bug 636305, the docs for g_queue_remove_all() had
    several grammatical errors and sounded awkward.

 glib/gqueue.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gqueue.c b/glib/gqueue.c
index 5e5535e..2e7d05a 100644
--- a/glib/gqueue.c
+++ b/glib/gqueue.c
@@ -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
  **/



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