From: Daniel Carl Date: Sat, 7 Feb 2015 12:02:16 +0000 (+0100) Subject: Changed wrong comment. X-Git-Url: https://git.owens.tech/assets/favicon.png/assets/favicon.png/git?a=commitdiff_plain;h=7ee2ab659c409ef167d0d0b1794f7b5898dbfe89;p=vimb.git Changed wrong comment. --- diff --git a/src/util.c b/src/util.c index bf40001..0b24380 100644 --- a/src/util.c +++ b/src/util.c @@ -171,8 +171,7 @@ GList *util_file_to_unique_list(const char *filename, Util_Content_Func func, data = NULL; } - /* If the item is already in the has table we don't ned to put it in - * the list, but we have to free the momory. */ + /* Check if the entry is already in the result list. */ if (g_hash_table_lookup_extended(ht, key, NULL, NULL)) { continue; }