From: Nick Mathewson Date: Wed, 16 Oct 2019 15:15:25 +0000 (-0400) Subject: address_set.c: doxygen comment repair. X-Git-Tag: tor-0.4.3.1-alpha~318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba44423cfc0ea41c039e52160f8002193dc80acf;p=thirdparty%2Ftor.git address_set.c: doxygen comment repair. --- diff --git a/src/core/or/address_set.c b/src/core/or/address_set.c index 758fba4aac..c74ddbf708 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,