aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/address_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/address_set.c')
-rw-r--r--src/core/or/address_set.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/or/address_set.c b/src/core/or/address_set.c
index 7ada4446c4..9bd3cc0f2d 100644
--- a/src/core/or/address_set.c
+++ b/src/core/or/address_set.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2018-2019, The Tor Project, Inc. */
+/* Copyright (c) 2018-2020, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
@@ -16,7 +16,7 @@
#include "lib/container/bloomfilt.h"
#include "lib/crypt_ops/crypto_rand.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,