X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=doc%2Fexamples%2Feasy-ust%2Ftp.c;h=d46661315d10cf0eb567efa91d430a3ba49dc27b;hb=dbcc2f9279a03c620350b4743467aa2f7cb7bf5f;hp=233ab03c429406be5e797922f017cfb4398518e6;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/doc/examples/easy-ust/tp.c b/doc/examples/easy-ust/tp.c index 233ab03c..d4666131 100644 --- a/doc/examples/easy-ust/tp.c +++ b/doc/examples/easy-ust/tp.c @@ -10,6 +10,6 @@ */ #define TRACEPOINT_CREATE_PROBES /* - * The header containing our TRACEPOINT_EVENTs. + * The header containing our LTTNG_UST_TRACEPOINT_EVENTs. */ #include "sample_component_provider.h"