Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Nov 14, 2022
1 parent 654e38a commit 1525cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yamux/src/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 1525cf8

Please sign in to comment.