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 7dc8bd833e5c0fd2cbdf634c0ea44a3ea7c224bf..1b3d9b5b0fbe8bec3f5390ec617f179679e6c904 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/glist.c: Tiny doc fix
+
 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
 
        * NEWS: Updates
index 9b416ebe88f0350a2e1d5fbdcde4f9d9e1276618..b607abd68c9a21422d0e277485b0cf860b75f84d 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,