[lttng-dev] [PATCH lttng-ust] Fix: mismatch between code and comments

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Mon Mar 10 15:17:55 EDT 2014


Merged, thanks!

Mathieu

----- Original Message -----
> From: "Zifei Tong" <zifeitong at gmail.com>
> To: "mathieu desnoyers" <mathieu.desnoyers at efficios.com>
> Cc: lttng-dev at lists.lttng.org, "Zifei Tong" <zifeitong at gmail.com>
> Sent: Tuesday, March 4, 2014 7:50:14 AM
> Subject: [PATCH lttng-ust] Fix: mismatch between code and comments
> 
> Signed-off-by: Zifei Tong <zifeitong at gmail.com>
> ---
>  liblttng-ust-ctl/ustctl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/liblttng-ust-ctl/ustctl.c b/liblttng-ust-ctl/ustctl.c
> index 854d8ae..e07ec92 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);
> --
> 1.9.0
> 
> 

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list