commit ba44423cfc0ea41c039e52160f8002193dc80acf
parent a54c98007a3233fa1abd33e920e724fadb8d1aeb
Author: Nick Mathewson <nickm@torproject.org>
Date: Wed, 16 Oct 2019 11:15:25 -0400
address_set.c: doxygen comment repair.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,