(Trivial) Fix a typo in a comment.

svn path=/trunk/; revision=39089
This commit is contained in:
Bill Meier 2011-09-22 15:57:41 +00:00
parent 4a3d86e46c
commit 231f36be53
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ fragment_table_init(GHashTable **fragment_table)
* and the values are freed in free_all_fragments().
*
* free_all_fragments()
* will free the adrress data associated with the key
* will free the address data associated with the key
*/
g_hash_table_foreach_remove(*fragment_table,
free_all_fragments, NULL);