From: Zifei Tong Date: Tue, 4 Mar 2014 12:50:14 +0000 (+0800) Subject: Fix: mismatch between code and comments X-Git-Tag: v2.4.1~10 X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=08a60a012674b9a5a136d96bed1b115c765b6236 Fix: mismatch between code and comments Signed-off-by: Zifei Tong Signed-off-by: Mathieu Desnoyers --- diff --git a/liblttng-ust-ctl/ustctl.c b/liblttng-ust-ctl/ustctl.c index 854d8ae3..e07ec926 100644 --- a/liblttng-ust-ctl/ustctl.c +++ b/liblttng-ust-ctl/ustctl.c @@ -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);