From 853cda880e8f82ae7783d11a31534abe2a489492 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 16 Feb 2012 13:52:43 -0500 Subject: [PATCH] Fix comment in tracepoint.h Signed-off-by: Mathieu Desnoyers --- include/lttng/tracepoint.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/lttng/tracepoint.h b/include/lttng/tracepoint.h index a59bef21..5fda51f4 100644 --- a/include/lttng/tracepoint.h +++ b/include/lttng/tracepoint.h @@ -447,8 +447,9 @@ static void __attribute__((destructor)) __tracepoints__destroy(void) * * Declare tracepoint loglevels for tracepoints. A TRACEPOINT_EVENT * should be declared prior to the the TRACEPOINT_LOGLEVEL for a given - * tracepoint name. The first field is the name of the tracepoint, the - * second field is the loglevel name. + * tracepoint name. The first field is the provider name, the second + * field is the name of the tracepoint, the third field is the loglevel + * name. * * TRACEPOINT_LOGLEVEL(< [com_company_]project[_component] >, < event >, * < loglevel_name >) -- 2.34.1