From: David Goulet Date: Mon, 4 Nov 2013 19:26:04 +0000 (-0500) Subject: Fix: fix misleading comment X-Git-Tag: v2.4.0-rc1~82 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=8b0371373c32ffff29e08877033c2a29f89942f9 Fix: fix misleading comment Fixes #655 Signed-off-by: David Goulet --- diff --git a/src/bin/lttng-sessiond/event.c b/src/bin/lttng-sessiond/event.c index 77818e587..f22b81282 100644 --- a/src/bin/lttng-sessiond/event.c +++ b/src/bin/lttng-sessiond/event.c @@ -244,7 +244,7 @@ end: } /* - * Enable all kernel tracepoint events of a channel of the kernel session. + * Enable all kernel sycalls events of a channel of the kernel session. */ int event_kernel_enable_all_syscalls(struct ltt_kernel_channel *kchan, int kernel_tracer_fd)