From: Jérémie Galarneau Date: Tue, 25 Oct 2022 20:09:26 +0000 (-0400) Subject: Cleanup: tests: notification: fix typo kprobe/uprobe X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=04c4013244cf665c35ba9049606bd1787bde58ac Cleanup: tests: notification: fix typo kprobe/uprobe Signed-off-by: Jérémie Galarneau Change-Id: Ib57af09d331e559d25a62cc66c72aad567283a6e --- diff --git a/tests/regression/tools/notification/notification.cpp b/tests/regression/tools/notification/notification.cpp index d3d486be3..aa351d96a 100644 --- a/tests/regression/tools/notification/notification.cpp +++ b/tests/regression/tools/notification/notification.cpp @@ -1998,7 +1998,7 @@ static void test_uprobe_event_rule_notification( ok(notification_channel, "Notification channel object creation"); event_rule = lttng_event_rule_kernel_uprobe_create(probe_location); - ok(event_rule, "kprobe event rule object creation"); + ok(event_rule, "uprobe event rule object creation"); event_rule_status = lttng_event_rule_kernel_uprobe_set_event_name( event_rule, trigger_name);