Clean-up: ustctl: adapt comment to use new ABI name
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 17 Mar 2021 16:20:05 +0000 (12:20 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Mar 2021 16:28:07 +0000 (12:28 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ie099ab21cccd82212ad7339ae3c55dee685b54a0

liblttng-ust-ctl/ustctl.c

index d1e7eb4ef6143b4c9f3478ee2252a6f4d0c312b4..adf23af64a952cc9444776541c4ea07bfba5a900 100644 (file)
@@ -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);
This page took 0.026322 seconds and 4 git commands to generate.