diff --git a/book/ch08.md b/book/ch08.md index 2efcd38..d24999a 100644 --- a/book/ch08.md +++ b/book/ch08.md @@ -5,7 +5,7 @@ ### 8.1 epoll 是什么 -epoll 是类似于 poll 的又一个 linux 提供的内核函数,正如 poll 的诞生是为了弥补 poll 的缺点,epoll 也是为了 poll 的缺点而实现的。 +epoll 是类似于 poll 的又一个 linux 提供的内核函数,正如 poll 的诞生是为了弥补 select 的缺点,epoll 也是为了 poll 的缺点而实现的。 ### 8.2 使用 epoll