Update comment
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 13 Nov 2011 19:29:13 +0000 (14:29 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 13 Nov 2011 19:29:13 +0000 (14:29 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/probes/lttng-probe-ust.h
tests/fork/ust_tests_fork.h
tests/hello/ust_tests_hello.h

index 17b6544219f568709266660671c31b4f40aff74c..5fd016ae5c6e686586d1cb945aa08374e92501c5 100644 (file)
@@ -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 <lttng/tracepoint-event.h>
index 276fdc2dcae678f096c6669ccf7552b1b617d92b..9712064e66cfb734bbf90077eac97b69184cb394 100644 (file)
@@ -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 <lttng/tracepoint-event.h>
index 353c2f11f512ac2ddc0c02069c01a964948ac2fb..b5f4eb25572d74d410aca6935716ab1d24f6929b 100644 (file)
@@ -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 <lttng/tracepoint-event.h>
 
 #ifdef __cplusplus 
This page took 0.02734 seconds and 4 git commands to generate.