This commit is contained in:
Thomas Eizinger
2022-11-14 15:06:51 +11:00
parent 654e38aef7
commit 1525cf804b

View File

@@ -485,7 +485,7 @@ impl<T: AsyncRead + AsyncWrite + Unpin> Active<T> {
_ => {}
}
// If we make it this far, at least once of the above must have registered a waker.
// If we make it this far, at least one of the above must have registered a waker.
return Poll::Pending;
}
}