Fix a comment

This commit is contained in:
Stjepan Glavina 2020-08-14 16:08:59 +02:00
parent f9fb1849e3
commit 3364fabe0e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ pub struct Poller {
epoll_fd: RawFd,
/// File descriptor for the eventfd that produces notifications.
event_fd: RawFd,
/// File descriptor for the timerfd that produces notifications.
/// File descriptor for the timerfd that produces timeouts.
timer_fd: RawFd,
}