diff --git a/zebra-network/src/peer_set/initialize.rs b/zebra-network/src/peer_set/initialize.rs index 686eab5bfac..98b32648809 100644 --- a/zebra-network/src/peer_set/initialize.rs +++ b/zebra-network/src/peer_set/initialize.rs @@ -611,7 +611,7 @@ where // # Correctness // // Holding the drop guard returned by Span::enter across .await points will - // result in incorrect traces if the executor yields. + // result in incorrect traces if it yields. // // This await is okay because the handshaker's `poll_ready` method always returns Ready. handshaker.ready().await?;