X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fcompat%2Fpoll.h;fp=src%2Fcommon%2Fcompat%2Fpoll.h;h=d7020f366dd7c9300f4a4a5810cb48292cb167b1;hp=5eb7ff9c587eb84e883dd0ead186212270572d00;hb=b14f53d4c3a465449216c525a985c9c3622ce109;hpb=ea6bf30f3684cf71633cb9f2c70ea0bc22b664c4 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);