Tiny doc fix
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 12 Jun 2008 03:55:32 +0000 (03:55 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 12 Jun 2008 03:55:32 +0000 (03:55 +0000)
svn path=/trunk/; revision=7023

ChangeLog
glib/glist.c

index 7dc8bd8..1b3d9b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/glist.c: Tiny doc fix
+
+2008-06-11  Matthias Clasen  <mclasen@redhat.com>
+
        * NEWS: Updates
 
 2008-06-11  Behdad Esfahbod  <behdad@gnome.org>
index 9b416eb..b607abd 100644 (file)
@@ -324,7 +324,7 @@ g_list_concat (GList *list1, GList *list2)
  * If two elements contain the same data, only the first is removed.
  * If none of the elements contain the data, the #GList is unchanged.
  *
- * Return: the new start of the #GList
+ * Returns: the new start of the #GList
  */
 GList*
 g_list_remove (GList        *list,