From mboxrd@z Thu Jan 1 00:00:00 1970 From: ylamarre@efficios.com (Yannick Lamarre) Date: Thu, 25 Apr 2019 10:36:20 -0400 Subject: [lttng-dev] [PATCH lttng-tools v5 8/8] Fix typo In-Reply-To: <20190425143620.3348-1-ylamarre@efficios.com> References: <20190425143620.3348-1-ylamarre@efficios.com> Message-ID: <20190425143620.3348-9-ylamarre@efficios.com> Signed-off-by: Yannick Lamarre --- src/common/compat/poll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/compat/poll.h b/src/common/compat/poll.h index 5eb7ff9c..d7020f36 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); -- 2.11.0