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.12.0-rc1~588 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=b14f53d4c3a465449216c525a985c9c3622ce109 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);