Comments fix: lttngerr.h -> error.h (./Changelog:754)
authorJonathan Rajotte <jonathan.r.julien@gmail.com>
Mon, 24 Feb 2014 00:50:52 +0000 (19:50 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 24 Feb 2014 18:03:09 +0000 (13:03 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.r.julien@gmail.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/unit/test_kernel_data.c
tests/unit/test_session.c
tests/unit/test_uri.c
tests/unit/test_ust_data.c
tests/unit/test_utils_expand_path.c
tests/unit/test_utils_parse_size_suffix.c

index 16d4f7b3991de7d980e2689c3a14571e10a1ac63..e2182e9262bfccf82c94c3dc5a2fcbe854fb30d2 100644 (file)
@@ -35,7 +35,7 @@
 /* Number of TAP tests in this file */
 #define NUM_TESTS 10
 
 /* Number of TAP tests in this file */
 #define NUM_TESTS 10
 
-/* For lttngerr.h */
+/* For error.h */
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose;
 
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose;
 
index 7242edded9879640cddfd2f408168ecf4b87397b..a0e84e9eadeae103b20be81697629d90d7ddf92e 100644 (file)
@@ -43,7 +43,7 @@
 
 static struct ltt_session_list *session_list;
 
 
 static struct ltt_session_list *session_list;
 
-/* For lttngerr.h */
+/* For error.h */
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose = 0;
 
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose = 0;
 
index ef852c03b5ba218a02bbc2574f78c75601bef9a3..7cac95d98e099a567a9a2f2f68bf0697ef688b5e 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <common/uri.h>
 
 
 #include <common/uri.h>
 
-/* For lttngerr.h */
+/* For error.h */
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose = 3;
 
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose = 3;
 
index 92f8771898b5167ffd47dc7cf32b52bc8e9a95bb..d07e9347d2d81cc31cb6bddefda780aa4f9f4a25 100644 (file)
@@ -41,7 +41,7 @@
 /* Number of TAP tests in this file */
 #define NUM_TESTS 10
 
 /* Number of TAP tests in this file */
 #define NUM_TESTS 10
 
-/* For lttngerr.h */
+/* For error.h */
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose;
 
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose;
 
index 1e0863fd8b39401a05fd92ef5c910124bcfc3cc6..fe709acf554b81c9b32a13b41165b34cd97721e2 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <src/common/utils.h>
 
 
 #include <src/common/utils.h>
 
-/* For lttngerr.h */
+/* For error.h */
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose = 3;
 
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose = 3;
 
index 3b9c68cafcf8f366395f31f62ce920e8971bb66f..990aa1b84c844d60759a72e9ff5618d2e572408d 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <src/common/utils.h>
 
 
 #include <src/common/utils.h>
 
-/* For lttngerr.h */
+/* For error.h */
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose = 3;
 
 int lttng_opt_quiet = 1;
 int lttng_opt_verbose = 3;
 
This page took 0.027374 seconds and 4 git commands to generate.