X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Feasy-ust%2Ftp.c;h=d46661315d10cf0eb567efa91d430a3ba49dc27b;hb=7f2f82c3b336458e815e9a4ed100d7084c9e7138;hp=233ab03c429406be5e797922f017cfb4398518e6;hpb=efa14d169c6336fa8b9f478538ac7968ef9c0338;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"