typo fix in comment

This commit is contained in:
Roger Dingledine 2022-06-29 15:43:08 -04:00
parent 331204e100
commit 2b9d2055f0

View File

@ -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. */