From: Mathieu Desnoyers Date: Thu, 16 Feb 2012 18:52:43 +0000 (-0500) Subject: Fix comment in tracepoint.h X-Git-Tag: v1.9.8~1 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=853cda880e8f82ae7783d11a31534abe2a489492;p=lttng-ust.git Fix comment in tracepoint.h Signed-off-by: Mathieu Desnoyers --- 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 >)