diff --git a/crates/tor-proto/src/channel/padding.rs b/crates/tor-proto/src/channel/padding.rs index 02a6df387..e4000a2d8 100644 --- a/crates/tor-proto/src/channel/padding.rs +++ b/crates/tor-proto/src/channel/padding.rs @@ -154,7 +154,7 @@ impl Timer { let mut self_ = self.project(); let timeout = self_.parameters.select_timeout(); *self_.selected_timeout = Some(timeout); - // This is no longer invalide; recalculate it on next poll + // This is no longer valid; recalculate it on next poll *self_.trigger_at = None; // Timeout might be earlier, so we will need a new waker too. // (Technically this is not possible in a bad way right now, since any stale waker