From 31ab8232f527412561047203a977c9e8b8d6c539 Mon Sep 17 00:00:00 2001 From: sf-exg Date: Fri, 22 Oct 2010 10:50:24 +0000 Subject: Fix typos. --- ev_epoll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ev_epoll.c') diff --git a/ev_epoll.c b/ev_epoll.c index 3dfc429..8ad5f51 100644 --- a/ev_epoll.c +++ b/ev_epoll.c @@ -150,7 +150,7 @@ epoll_poll (EV_P_ ev_tstamp timeout) | (ev->events & (EPOLLIN | EPOLLERR | EPOLLHUP) ? EV_READ : 0); /* check for spurious notification */ - /* we assume that fd is always in range, as we never shrink the anfds arraay */ + /* we assume that fd is always in range, as we never shrink the anfds array */ if (expect_false ((uint32_t)anfds [fd].egen != (uint32_t)(ev->data.u64 >> 32))) { /* recreate kernel state */ -- cgit v1.2.3