From af8a2d7215cf9b57dbf98f21fe31e872e035c075 Mon Sep 17 00:00:00 2001 From: leitner Date: Fri, 5 Apr 2024 17:55:16 +0000 Subject: [PATCH] typo --- io/iom_wait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/iom_wait.c b/io/iom_wait.c index bec2c91..1362651 100644 --- a/io/iom_wait.c +++ b/io/iom_wait.c @@ -15,7 +15,7 @@ #include #endif -// return the next event, waiting of none are queued +// return the next event, waiting if none are queued // wait at most timeout milliseconds // on success, return 1 and return the fd in *s and the events on it in *revents // if we waited but ran into a timeout, return 0