Fix: mismatch between code and comments
[lttng-ust.git] / liblttng-ust-ctl / ustctl.c
index 854d8ae391d25c43a2179193c99dc398a9ee7ef4..e07ec926adb51b843c66b0e55207f01e5432b628 100644 (file)
@@ -294,7 +294,7 @@ int ustctl_set_exclusion(int sock, struct lttng_ust_event_exclusion *exclusion,
                return ret;
        }
 
-       /* send var len bytecode */
+       /* send var len exclusion names */
        ret = ustcomm_send_unix_sock(sock,
                        exclusion->names,
                        exclusion->count * LTTNG_UST_SYM_NAME_LEN);
This page took 0.023754 seconds and 4 git commands to generate.