diff --git a/ChangeLog b/ChangeLog index 7dc8bd833..1b3d9b5b0 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 9b416ebe8..b607abd68 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,