summaryrefslogtreecommitdiff
path: root/content/fetchers
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-03-17 12:26:59 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-03-17 12:26:59 +0000
commitd2f8eee65b411b7571e1c12e237f71602dce72d5 (patch)
tree0fcd0d4789c115389e4d4d4c031e450c3826bfc2 /content/fetchers
parent50b9de4864021598a9609be2c0f672cb4cf3fdad (diff)
downloadnetsurf-d2f8eee65b411b7571e1c12e237f71602dce72d5.tar.gz
netsurf-d2f8eee65b411b7571e1c12e237f71602dce72d5.tar.bz2
Fix comment.
svn path=/trunk/netsurf/; revision=12094
Diffstat (limited to 'content/fetchers')
-rw-r--r--content/fetchers/about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index 079711f0f..717f0fdf4 100644
--- a/content/fetchers/about.c
+++ b/content/fetchers/about.c
@@ -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;