From c4af067eee161cbf93d26bc0fac4fb1c99ee1202 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 12 Jun 2008 03:55:32 +0000 Subject: [PATCH] Tiny doc fix svn path=/trunk/; revision=7023 --- ChangeLog | 4 ++++ glib/glist.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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, -- 2.34.1