summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2009-12-22 00:43:04 +0100
committerJohn Kacur <jkacur@redhat.com>2009-12-22 00:43:04 +0100
commitb1ff404d5545dd69ecc44b0055efb5478ec624f6 (patch)
treeee4dbf988a19c94a4ef559698e0c1c8dff46258f
parentc663bf76dd10593c07b3fd95e3842c5e93c09ad8 (diff)
downloadrt-tests-b1ff404d5545dd69ecc44b0055efb5478ec624f6.tar.gz
rt-tests: Clean-up, Fix the comment part of the #endif protecting include files
Clean-up, Fix the comment part of the #endif protecting include files Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--src/lib/rt-get_cpu.h2
-rw-r--r--src/lib/rt-utils.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/rt-get_cpu.h b/src/lib/rt-get_cpu.h
index 2338a56..15d05fc 100644
--- a/src/lib/rt-get_cpu.h
+++ b/src/lib/rt-get_cpu.h
@@ -42,5 +42,5 @@ static inline int getcpu_vdso(void)
#endif
-#endif /* RT_GET_CPU_H */
+#endif /* __RT_GET_CPU_H */
diff --git a/src/lib/rt-utils.h b/src/lib/rt-utils.h
index 61cd800..cc23c33 100644
--- a/src/lib/rt-utils.h
+++ b/src/lib/rt-utils.h
@@ -8,4 +8,4 @@
int check_privs(void);
char *get_debugfileprefix(void);
-#endif /* RT_UTILS.H */
+#endif /* __RT_UTILS.H */