summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;