Cleanup: update ifdef wrapper name
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Aug 2012 00:04:19 +0000 (20:04 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Aug 2012 00:04:19 +0000 (20:04 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/babeltrace/clock-types.h

index 2adf618953960e371ed011a1d3f2e3e5241356cf..438d335f7a3ecf196fc27a815f9d628a20fae91d 100644 (file)
@@ -1,10 +1,10 @@
-#ifndef _BABELTRACE_CLOCKS_H
-#define _BABELTRACE_CLOCKS_H
+#ifndef _BABELTRACE_CLOCK_TYPES_H
+#define _BABELTRACE_CLOCK_TYPES_H
 
 /*
  * BabelTrace
  *
- * clocks header
+ * Clock types header
  *
  * Copyright 2012 EfficiOS Inc. and Linux Foundation
  *
  */
 
 /*
- * the Babeltrace clock representations
+ * The Babeltrace clock representations
  */
 enum bt_clock_type {
        BT_CLOCK_CYCLES = 0,
        BT_CLOCK_REAL,
 };
 
-#endif /* _BABELTRACE_CLOCKS_H */
+#endif /* _BABELTRACE_CLOCK_TYPES_H */
This page took 0.02468 seconds and 4 git commands to generate.