From 99666dc6c4edb7614abc001d92326ca59c23f5f5 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 9 Feb 2018 17:05:20 -0500 Subject: whitespace and typo cleanups --- src/common/address_set.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/common/address_set.c') diff --git a/src/common/address_set.c b/src/common/address_set.c index 6fa942b0dc..ea48c1638e 100644 --- a/src/common/address_set.c +++ b/src/common/address_set.c @@ -34,7 +34,7 @@ * independent siphashes rather than messing around with bit-shifts. The * approach here is probably more sound, and we should prefer it if&when we * unify the implementations. - **/ + */ struct address_set_t { /** siphash keys to make N_HASHES independent hashes for each address. */ @@ -63,7 +63,7 @@ address_set_new(int max_addresses_guess) } /** - * Release all storage associated with set + * Release all storage associated with set. */ void address_set_free(address_set_t *set) @@ -107,7 +107,7 @@ address_set_add_ipv4h(address_set_t *set, uint32_t addr) } /** - * Return true if addr if a member of set. (And probably, + * Return true if addr is a member of set. (And probably, * return false if addr is not a member of set.) */ int -- cgit v1.2.3-54-g00ecf