diff --git a/crates/radicle-node/src/reactor/transport.rs b/crates/radicle-node/src/reactor/transport.rs index 4d877e69..6ace822c 100644 --- a/crates/radicle-node/src/reactor/transport.rs +++ b/crates/radicle-node/src/reactor/transport.rs @@ -206,7 +206,7 @@ impl Transport { } match self.flush() { Ok(_) => None, - // In this case, the write could not complete. Leave `needs_flush` set + // In this case, the write could not complete. Leave `write_intent` set // to be notified when the socket is ready to write again. Err(err) if matches!(