fix: typos

This commit is contained in:
2024-06-30 17:24:56 -04:00
parent a3ebe46350
commit a52e03d052
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ pub struct Registry {
impl Registry {
// Register interest by adding it
// TcpStream is a high level representation of a TCP socket file descriptor
// token is too differentiate from different file descriptor, as a label
// token is to differentiate from different file descriptor, as a label
pub fn register(&self, source: &TcpStream, token: usize, interests: i32) -> Result<()> {
match unsafe {
ffi::epoll_ctl(