From: Matthias Clasen Date: Thu, 12 Jun 2008 03:55:32 +0000 (+0000) Subject: Tiny doc fix X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c4af067eee161cbf93d26bc0fac4fb1c99ee1202;p=dana%2Fcg-glib.git Tiny doc fix svn path=/trunk/; revision=7023 --- diff --git a/ChangeLog b/ChangeLog index 7dc8bd83..1b3d9b5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-06-11 Matthias Clasen + + * glib/glist.c: Tiny doc fix + 2008-06-11 Matthias Clasen * NEWS: Updates diff --git a/glib/glist.c b/glib/glist.c index 9b416ebe..b607abd6 100644 --- a/glib/glist.c +++ b/glib/glist.c @@ -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,