diff --git a/tokio-util/src/udp/frame.rs b/tokio-util/src/udp/frame.rs index 0c711a868..198910584 100644 --- a/tokio-util/src/udp/frame.rs +++ b/tokio-util/src/udp/frame.rs @@ -56,7 +56,7 @@ impl Stream for UdpFramed { pin.rd.reserve(INITIAL_RD_CAPACITY); loop { - // Are there are still bytes left in the read buffer to decode? + // Are there still bytes left in the read buffer to decode? if pin.is_readable { if let Some(frame) = pin.codec.decode_eof(&mut pin.rd)? { let current_addr = pin