Fix a typo

svn path=/trunk/; revision=6657
This commit is contained in:
Matthias Clasen 2008-03-10 16:50:13 +00:00
parent ff4685caa0
commit a416c3c0f6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-03-10 Matthias Clasen <mclasen@redhat.com>
* glib/gslist.c: Fix a doc typo
2008-03-10 Matthias Clasen <mclasen@redhat.com>
* glib/giochannel.c (g_io_channle_set_encoding): Fix confusing

View File

@ -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.