Fix: mismatch between code and comments
authorZifei Tong <zifeitong@gmail.com>
Tue, 4 Mar 2014 12:50:14 +0000 (20:50 +0800)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 10 Mar 2014 19:17:23 +0000 (15:17 -0400)
Signed-off-by: Zifei Tong <zifeitong@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.024913 seconds and 4 git commands to generate.