From 0f69965805dda51cc7b6ea8404226d5f75a3b533 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 19 Feb 2017 11:32:17 +0000 Subject: clean up some of the doxygen generation warnings --- content/fetch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/fetch.c') 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. */ -- cgit v1.2.3