Kaydet (Commit) 5b1070a3 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fix

üst 34be7cec
...@@ -113,9 +113,9 @@ Edge and Level Trigger Polling (epoll) Objects ...@@ -113,9 +113,9 @@ Edge and Level Trigger Polling (epoll) Objects
+-----------------------+-----------------------------------------------+ +-----------------------+-----------------------------------------------+
| :const:`EPOLLPRI` | Urgent data for read | | :const:`EPOLLPRI` | Urgent data for read |
+-----------------------+-----------------------------------------------+ +-----------------------+-----------------------------------------------+
| :const:`EPOLLERR` | Error condition happend on the assoc. fd | | :const:`EPOLLERR` | Error condition happened on the assoc. fd |
+-----------------------+-----------------------------------------------+ +-----------------------+-----------------------------------------------+
| :const:`EPOLLHUP` | Hang up happend on the assoc. fd | | :const:`EPOLLHUP` | Hang up happened on the assoc. fd |
+-----------------------+-----------------------------------------------+ +-----------------------+-----------------------------------------------+
| :const:`EPOLLET` | Set Edge Trigger behavior, the default is | | :const:`EPOLLET` | Set Edge Trigger behavior, the default is |
| | Level Trigger behavior | | | Level Trigger behavior |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment