From: Morten Welinder Date: Fri, 25 Nov 2005 23:20:22 +0000 (+0000) Subject: Typo in comment. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=24dec3cd490fa4dc057a0186c6b870160022268e;p=dana%2Fcg-glib.git Typo in comment. --- diff --git a/glib/ghash.c b/glib/ghash.c index f094b67a..32aad3a8 100644 --- a/glib/ghash.c +++ b/glib/ghash.c @@ -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