update char limit comment in tracepoint
[lttng-ust.git] / include / lttng / tracepoint.h
index dc7d62bde54789d57bc02ba9173b6b6fd307364e..6e1026dc4a0449140b74112b9054a250f76b4608 100644 (file)
@@ -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:
This page took 0.02267 seconds and 4 git commands to generate.