From: Mathieu Desnoyers Date: Sun, 13 Nov 2011 19:29:13 +0000 (-0500) Subject: Update comment X-Git-Tag: v1.9.1~105 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=0f6c5917cffb382040d4f260a30c41ab356c632c;p=lttng-ust.git Update comment Signed-off-by: Mathieu Desnoyers --- diff --git a/liblttng-ust/probes/lttng-probe-ust.h b/liblttng-ust/probes/lttng-probe-ust.h index 17b65442..5fd016ae 100644 --- a/liblttng-ust/probes/lttng-probe-ust.h +++ b/liblttng-ust/probes/lttng-probe-ust.h @@ -45,5 +45,5 @@ TRACEPOINT_EVENT(lttng_ust, metadata, #endif /* _TRACEPOINT_LTTNG_UST_H */ -/* This part must be outside protection */ +/* This part must be outside ifdef protection */ #include diff --git a/tests/fork/ust_tests_fork.h b/tests/fork/ust_tests_fork.h index 276fdc2d..9712064e 100644 --- a/tests/fork/ust_tests_fork.h +++ b/tests/fork/ust_tests_fork.h @@ -54,5 +54,5 @@ TRACEPOINT_EVENT(ust_tests_fork, after_exec, #undef TRACEPOINT_INCLUDE_FILE #define TRACEPOINT_INCLUDE_FILE ust_tests_fork -/* This part must be outside protection */ +/* This part must be outside ifdef protection */ #include diff --git a/tests/hello/ust_tests_hello.h b/tests/hello/ust_tests_hello.h index 353c2f11..b5f4eb25 100644 --- a/tests/hello/ust_tests_hello.h +++ b/tests/hello/ust_tests_hello.h @@ -62,7 +62,7 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest_sighandler, #undef TRACEPOINT_INCLUDE_FILE #define TRACEPOINT_INCLUDE_FILE ust_tests_hello -/* This part must be outside protection */ +/* This part must be outside ifdef protection */ #include #ifdef __cplusplus