X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Flist.c;h=15f8a728d9e61f88d44e3030f73290f5bc35ca5b;hp=cc776dd427dcc5e30bce41d430f26c1a6ac77fcd;hb=2e9aecb9cf55f98fc589edf7e522145617cb547a;hpb=1c240f7e94d00bada25224eedb697064f9abbccb diff --git a/src/bin/lttng/commands/list.c b/src/bin/lttng/commands/list.c index cc776dd42..15f8a728d 100644 --- a/src/bin/lttng/commands/list.c +++ b/src/bin/lttng/commands/list.c @@ -349,7 +349,7 @@ static int mi_list_agent_ust_events(struct lttng_event *events, int count, for (i = 0; i < count; i++) { if (cur_pid != events[i].pid) { if (pid_element_open) { - /* Close the previous events and pid element */ + /* Close the previous events and pid element */ ret = mi_lttng_close_multi_element(writer, 2); if (ret) { goto end;