From: Matthias Clasen Date: Mon, 10 Mar 2008 16:50:13 +0000 (+0000) Subject: Fix a typo X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a416c3c0f6b63ffc928f7401a46b6fd1e1974cdb;p=dana%2Fcg-glib.git Fix a typo svn path=/trunk/; revision=6657 --- diff --git a/ChangeLog b/ChangeLog index 86001010..e385334b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-03-10 Matthias Clasen + + * glib/gslist.c: Fix a doc typo + 2008-03-10 Matthias Clasen * glib/giochannel.c (g_io_channle_set_encoding): Fix confusing diff --git a/glib/gslist.c b/glib/gslist.c index 1e4f01fa..47c50416 100644 --- a/glib/gslist.c +++ b/glib/gslist.c @@ -337,7 +337,7 @@ g_slist_remove (GSList *list, /** * g_slist_remove_all: - * list: a #GSList + * @list: a #GSList * @data: data to remove * * Removes all list nodes with data equal to @data.