X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fadd_trigger.c;h=73bb0167c47949e1f2db5ee6bae826336915310a;hb=a8940c5eb1046e84c10bb0cf72c0f2575a8c9e4e;hp=5b41ad0537d41e6effb00231490a307b1f5f9c72;hpb=50f71cad1a1a1e29d0e6cc6577127b88b9dba50f;p=lttng-tools.git diff --git a/src/bin/lttng/commands/add_trigger.c b/src/bin/lttng/commands/add_trigger.c index 5b41ad053..73bb0167c 100644 --- a/src/bin/lttng/commands/add_trigger.c +++ b/src/bin/lttng/commands/add_trigger.c @@ -2278,7 +2278,7 @@ int cmd_add_trigger(int argc, const char **argv) goto error; } - /* Ownership of the action was transferred to the group. */ + /* Ownership of the action was transferred to the list. */ action = NULL; break;