diff --git a/ChangeLog b/ChangeLog index d83e3ab87..eec409935 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-14 Matthias Clasen + + Merged from trunk: + + * glib/ghash.c: Small documentation fix by Joseph Pingenot. + 2008-11-14 Matthias Clasen Merged from trunk: diff --git a/glib/ghash.c b/glib/ghash.c index e00b4c4cc..9676ad879 100644 --- a/glib/ghash.c +++ b/glib/ghash.c @@ -1002,7 +1002,7 @@ g_hash_table_foreach_remove_or_steal (GHashTable *hash_table, * the #GHashTable, they are used to free the memory allocated for the removed * keys and values. * - * See #GHashTableIterator for an alternative way to loop over the + * See #GHashTableIter for an alternative way to loop over the * key/value pairs in the hash table. * * Return value: the number of key/value pairs removed. @@ -1028,7 +1028,7 @@ g_hash_table_foreach_remove (GHashTable *hash_table, * If the function returns %TRUE, then the key/value pair is removed from the * #GHashTable, but no key or value destroy functions are called. * - * See #GHashTableIterator for an alternative way to loop over the + * See #GHashTableIter for an alternative way to loop over the * key/value pairs in the hash table. * * Return value: the number of key/value pairs removed.