Fix comment.

svn path=/trunk/netsurf/; revision=12094
This commit is contained in:
Michael Drake 2011-03-17 12:26:59 +00:00
parent 50b9de4864
commit d2f8eee65b
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ static bool fetch_about_about_handler(struct fetch_about_context *ctx)
for (abt_loop = 0; abt_loop < about_handler_list_len; abt_loop++) {
/* Skip over duplicate entries */
/* Skip over hidden entries */
if (about_handler_list[abt_loop].hidden)
continue;