From 24dec3cd490fa4dc057a0186c6b870160022268e Mon Sep 17 00:00:00 2001 From: Morten Welinder Date: Fri, 25 Nov 2005 23:20:22 +0000 Subject: [PATCH] Typo in comment. --- glib/ghash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1