From: Morten Welinder Date: Fri, 25 Nov 2005 23:20:22 +0000 (+0000) Subject: Typo in comment. X-Git-Tag: GLIB_2_9_1~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24dec3cd490fa4dc057a0186c6b870160022268e;p=platform%2Fupstream%2Fglib.git Typo in comment. --- diff --git a/glib/ghash.c b/glib/ghash.c index f094b67..32aad3a 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