(Trivial) Fix a typo in a comment.

svn path=/trunk/; revision=30574
This commit is contained in:
Bill Meier 2009-10-16 15:28:21 +00:00
parent 22c70b409a
commit 92307f0dda
1 changed files with 1 additions and 1 deletions

View File

@ -2105,7 +2105,7 @@ free_table_entry(gpointer key, gpointer value, gpointer user_data _U_)
static void
frag_table_init(void)
{
/* destroy an existing hast table and create a new one */
/* destroy an existing hash table and create a new one */
if (frag_table) {
g_hash_table_foreach_remove(frag_table, free_table_entry, NULL);
g_hash_table_destroy(frag_table);