Fix a typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 10 Mar 2008 16:50:13 +0000 (16:50 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 10 Mar 2008 16:50:13 +0000 (16:50 +0000)
svn path=/trunk/; revision=6657

ChangeLog
glib/gslist.c

index 86001010cd4e7c386a8dbe5a870bea3687a677b6..e385334bc2271ee4658ade7107501f625336cf5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gslist.c: Fix a doc typo
+
 2008-03-10  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/giochannel.c (g_io_channle_set_encoding): Fix confusing
index 1e4f01fa2c8b37487839faa129a48cd8ba687bf1..47c50416aa205d6b0206eca4095007eb0ef9c517 100644 (file)
@@ -337,7 +337,7 @@ g_slist_remove (GSList        *list,
 
 /**
  * g_slist_remove_all:
- * list: a #GSList
+ * @list: a #GSList
  * @data: data to remove
  *
  * Removes all list nodes with data equal to @data.