Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=6657
  • Loading branch information
Matthias Clasen committed Mar 10, 2008
1 parent ff4685c commit a416c3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion glib/gslist.c
Expand Up @@ -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.
Expand Down

0 comments on commit a416c3c

Please sign in to comment.