diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-16 11:15:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-16 11:15:25 -0400 |
commit | ba44423cfc0ea41c039e52160f8002193dc80acf (patch) | |
tree | 6b4b7880a29d6d781932bc73a80578436ff36b10 /src/core | |
parent | a54c98007a3233fa1abd33e920e724fadb8d1aeb (diff) | |
download | tor-ba44423cfc0ea41c039e52160f8002193dc80acf.tar.gz tor-ba44423cfc0ea41c039e52160f8002193dc80acf.zip |
address_set.c: doxygen comment repair.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/or/address_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |