commit 2b9d2055f0d5970e6c4c2c79b12306e5d9c3bea7
parent 331204e1005b6e14cb28388a852c489c0638e539
Author: Roger Dingledine <arma@torproject.org>
Date: Wed, 29 Jun 2022 15:43:08 -0400
typo fix in comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/feature/hs/hs_service.c b/src/feature/hs/hs_service.c
@@ -2419,7 +2419,7 @@ should_remove_intro_point(hs_service_intro_point_t *ip, time_t now)
goto end;
}
- /* Pass this point, even though we might be over the retry limit, we check
+ /* Past this point, even though we might be over the retry limit, we check
* if a circuit (established or pending) exists. In that case, we should not
* remove it because it might simply be valid and opened at the previous
* scheduled event for the last retry. */