]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
hs: Fix comment of the get max size descriptor function
authorDavid Goulet <dgoulet@torproject.org>
Tue, 27 Jun 2017 13:28:15 +0000 (09:28 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 24 Aug 2017 17:03:28 +0000 (13:03 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
src/or/hs_cache.c

index 6f7bf1abd75bccd4b7b54113ca711008695ce3ef..d93e682dc329aec2ad594596bf6bfc67569c92f5 100644 (file)
@@ -610,10 +610,7 @@ hs_cache_handle_oom(time_t now, size_t min_remove_bytes)
   return bytes_removed;
 }
 
-/**
- * Return the maximum size of an HS descriptor we are willing to accept as an
- * HSDir.
- */
+/* Return the maximum size of a v3 HS descriptor. */
 unsigned int
 hs_cache_get_max_descriptor_size(void)
 {