From: Yannick Lamarre Date: Thu, 25 Apr 2019 22:23:34 +0000 (-0400) Subject: Clean-up: correct typo from epoll to poll X-Git-Tag: v2.11.0-rc2~3 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;ds=sidebyside;h=f2d7fddab860e3b320c84a74b148d98a72cb380b;p=lttng-tools.git Clean-up: correct typo from epoll to poll Signed-off-by: Yannick Lamarre Signed-off-by: Jérémie Galarneau --- diff --git a/src/common/compat/poll.h b/src/common/compat/poll.h index 5eb7ff9c5..d7020f366 100644 --- a/src/common/compat/poll.h +++ b/src/common/compat/poll.h @@ -358,7 +358,7 @@ extern int compat_poll_del(struct lttng_poll_event *events, int fd); compat_poll_del(events, fd) /* - * Modify an fd's events in the epoll set. + * Modify an fd's events in the poll set. */ extern int compat_poll_mod(struct lttng_poll_event *events, int fd, uint32_t req_events);