Fix: fix misleading comment
authorDavid Goulet <dgoulet@efficios.com>
Mon, 4 Nov 2013 19:26:04 +0000 (14:26 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 4 Nov 2013 19:38:38 +0000 (14:38 -0500)
Fixes #655

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/event.c

index 77818e587d4511f65eba47f38f71d5d292cc7f1e..f22b812823a174e0d08561f0f80542e17a1bd986 100644 (file)
@@ -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)
This page took 0.025474 seconds and 4 git commands to generate.