From a416c3c0f6b63ffc928f7401a46b6fd1e1974cdb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 10 Mar 2008 16:50:13 +0000 Subject: [PATCH] Fix a typo svn path=/trunk/; revision=6657 --- ChangeLog | 4 ++++ glib/gslist.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.34.1