summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-02-19 11:32:17 +0000
committerVincent Sanders <vince@kyllikki.org>2017-02-19 11:32:17 +0000
commit0f69965805dda51cc7b6ea8404226d5f75a3b533 (patch)
treef93ff08e80b746c7712028fa26d84df051ba53ad /content/fetch.c
parent8ddb9df3778abadc095505d5711b08e9cd9f270a (diff)
downloadnetsurf-0f69965805dda51cc7b6ea8404226d5f75a3b533.tar.gz
netsurf-0f69965805dda51cc7b6ea8404226d5f75a3b533.tar.bz2
clean up some of the doxygen generation warnings
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/fetch.c b/content/fetch.c
index a1542eb01..a69d3e4cf 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -26,8 +26,8 @@
* around the fetcher specific methods.
*
* Active fetches are held in the circular linked list ::fetch_ring. There may
- * be at most ::option_max_fetchers_per_host active requests per Host: header.
- * There may be at most ::option_max_fetchers active requests overall. Inactive
+ * be at most nsoption max_fetchers_per_host active requests per Host: header.
+ * There may be at most nsoption max_fetchers active requests overall. Inactive
* fetches are stored in the ::queue_ring waiting for use.
*/