From b43de1e7d359eb990921781c6c3e4eea31c4c4bd Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 8 Nov 2011 15:48:31 -0500 Subject: [PATCH] update char limit comment in tracepoint Signed-off-by: Mathieu Desnoyers --- include/lttng/tracepoint.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/lttng/tracepoint.h b/include/lttng/tracepoint.h index dc7d62bd..6e1026dc 100644 --- a/include/lttng/tracepoint.h +++ b/include/lttng/tracepoint.h @@ -274,8 +274,7 @@ static void __attribute__((destructor)) __tracepoints__destroy(void) * (optional), * "event" is the name of the tracepoint event. * - * the provider identifier is limited to 127 characters. - * the "event" identifier is limited to 127 characters. + * the provider:event identifier is limited to 127 characters. * * As an example, let's consider a user-space application "someproject" * that would have an internal thread scheduler: -- 2.34.1