From d0119529da31f9968b6ef59e38cfa54aca1a2013 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 6 Jun 2017 12:01:02 -0400 Subject: [PATCH] Docs: notification comment refers to a structure by its former name MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/bin/lttng-sessiond/notification-thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng-sessiond/notification-thread.c b/src/bin/lttng-sessiond/notification-thread.c index 70ab7bb5f..7bd65361a 100644 --- a/src/bin/lttng-sessiond/notification-thread.c +++ b/src/bin/lttng-sessiond/notification-thread.c @@ -68,7 +68,7 @@ * * - notification_trigger_clients_ht: * associates notification-emitting triggers to clients - * (struct notification_client_ht_node) subscribed to those + * (struct notification_client_list) subscribed to those * conditions. * The condition's hash and match functions are used directly since * all triggers in this hash table have the "notify" action. -- 2.34.1