Browse Source

hs: Fix comment of the get max size descriptor function

Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet 6 years ago
parent
commit
79ff2e014f
1 changed files with 1 additions and 4 deletions
  1. 1 4
      src/or/hs_cache.c

+ 1 - 4
src/or/hs_cache.c

@@ -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)
 {