From: Jérémie Galarneau Date: Wed, 17 Mar 2021 16:20:05 +0000 (-0400) Subject: Clean-up: ustctl: adapt comment to use new ABI name X-Git-Tag: v2.13.0-rc1~264 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=31624f6cf986d7e7761847f66562c97bc773a02c;hp=4c4f4917501326b2ede0486a18478e4a6941c287;p=lttng-ust.git Clean-up: ustctl: adapt comment to use new ABI name Signed-off-by: Jérémie Galarneau Signed-off-by: Mathieu Desnoyers Change-Id: Ie099ab21cccd82212ad7339ae3c55dee685b54a0 --- diff --git a/liblttng-ust-ctl/ustctl.c b/liblttng-ust-ctl/ustctl.c index d1e7eb4e..adf23af6 100644 --- a/liblttng-ust-ctl/ustctl.c +++ b/liblttng-ust-ctl/ustctl.c @@ -587,7 +587,7 @@ int ustctl_create_event_notifier(int sock, struct lttng_ust_abi_event_notifier * free(event_notifier_data); return ret; } - /* Send struct lttng_ust_event_notifier */ + /* Send struct lttng_ust_abi_event_notifier */ len = ustcomm_send_unix_sock(sock, event_notifier, sizeof(*event_notifier)); if (len != sizeof(*event_notifier)) { free(event_notifier_data);