Typo in comment.
authorMorten Welinder <mortenw@src.gnome.org>
Fri, 25 Nov 2005 23:20:22 +0000 (23:20 +0000)
committerMorten Welinder <mortenw@src.gnome.org>
Fri, 25 Nov 2005 23:20:22 +0000 (23:20 +0000)
glib/ghash.c

index f094b67..32aad3a 100644 (file)
@@ -204,7 +204,7 @@ g_hash_table_unref (GHashTable *hash_table)
  * g_hash_table_destroy:
  * @hash_table: a #GHashTable.
  * 
- * Destroys all keys and values in the #GHashTable and decrements it's
+ * Destroys all keys and values in the #GHashTable and decrements its
  * reference count by 1. If keys and/or values are dynamically allocated,
  * you should either free them first or create the #GHashTable with destroy
  * notifiers using g_hash_table_new_full(). In the latter case the destroy