[tor-commits] [tor/master] address_set.c: doxygen comment repair.

nickm at torproject.org nickm at torproject.org
Wed Oct 16 15:33:30 UTC 2019


commit ba44423cfc0ea41c039e52160f8002193dc80acf
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Oct 16 11:15:25 2019 -0400

    address_set.c: doxygen comment repair.
---
 src/core/or/address_set.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/or/address_set.c b/src/core/or/address_set.c
index 758fba4aa..c74ddbf70 100644
--- a/src/core/or/address_set.c
+++ b/src/core/or/address_set.c
@@ -17,7 +17,7 @@
 #include "lib/crypt_ops/crypto_rand.h"
 #include "siphash.h"
 
-/* Wrap our hash function to have the signature that the bloom filter
+/** Wrap our hash function to have the signature that the bloom filter
  * needs. */
 static uint64_t
 bloomfilt_addr_hash(const struct sipkey *key,





More information about the tor-commits mailing list