Small documentation fix.

svn path=/branches/glib-2-18/; revision=7652
This commit is contained in:
Matthias Clasen
2008-11-14 23:22:27 +00:00
parent 39705cc3e0
commit c2dc7dd85e
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2008-11-14 Matthias Clasen <mclasen@redhat.com>
Merged from trunk:
* glib/ghash.c: Small documentation fix by Joseph Pingenot.
2008-11-14 Matthias Clasen <mclasen@redhat.com>
Merged from trunk:

View File

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