From 0f6c5917cffb382040d4f260a30c41ab356c632c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sun, 13 Nov 2011 14:29:13 -0500 Subject: [PATCH] Update comment Signed-off-by: Mathieu Desnoyers --- liblttng-ust/probes/lttng-probe-ust.h | 2 +- tests/fork/ust_tests_fork.h | 2 +- tests/hello/ust_tests_hello.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1