From: Mathieu Desnoyers Date: Tue, 8 Nov 2011 20:48:31 +0000 (-0500) Subject: update char limit comment in tracepoint X-Git-Tag: v1.9.1~119 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=b43de1e7d359eb990921781c6c3e4eea31c4c4bd;p=lttng-ust.git update char limit comment in tracepoint Signed-off-by: Mathieu Desnoyers --- 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: