]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
address_set.c: doxygen comment repair.
authorNick Mathewson <nickm@torproject.org>
Wed, 16 Oct 2019 15:15:25 +0000 (11:15 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 Oct 2019 15:15:25 +0000 (11:15 -0400)
src/core/or/address_set.c

index 758fba4aac4bea57be209a743fdf995662828ac4..c74ddbf708d5f0c0195dba03dc2c396242010a8d 100644 (file)
@@ -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,