[lttng-dev] [PATCH lttng-tools 8/8] Fix typo

Yannick Lamarre ylamarre at efficios.com
Tue Mar 19 17:17:35 EDT 2019


Signed-off-by: Yannick Lamarre <ylamarre at efficios.com>
---
 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 a8a08d9e..4272374c 100644
--- a/src/common/compat/poll.h
+++ b/src/common/compat/poll.h
@@ -361,7 +361,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



More information about the lttng-dev mailing list