diff options
Diffstat (limited to 'usr/src/uts/common/sys/epoll.h')
| -rw-r--r-- | usr/src/uts/common/sys/epoll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/epoll.h b/usr/src/uts/common/sys/epoll.h index 3b38d9f629..480bfdf9ff 100644 --- a/usr/src/uts/common/sys/epoll.h +++ b/usr/src/uts/common/sys/epoll.h @@ -45,7 +45,7 @@ typedef struct epoll_event { #endif /* - * Define the EPOLL* constants in terms of their poll(2)/poll(7) equivalents. + * Define the EPOLL* constants in terms of their poll(2)/poll(4D) equivalents. * Note that the values match the equivalents in Linux to allow for any binary * compatibility layers to not need to translate them. */ |
