diff --git a/ktls/src/ktls_stream.rs b/ktls/src/ktls_stream.rs index 5ddf0c5..2d6b615 100644 --- a/ktls/src/ktls_stream.rs +++ b/ktls/src/ktls_stream.rs @@ -247,7 +247,7 @@ where // // we could try looping (tricky code structure), but we can't, // for example, just call `poll_read`, which might fail not - // not with EAGAIN/EWOULDBLOCK, but because _another_ control + // with EAGAIN/EWOULDBLOCK, but because _another_ control // message is available. cx.waker().wake_by_ref(); return task::Poll::Pending;