From b4b292cc76e04e9efda111e492251d8e7aefe451 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 23 Aug 2012 20:04:19 -0400 Subject: [PATCH] Cleanup: update ifdef wrapper name Signed-off-by: Mathieu Desnoyers --- include/babeltrace/clock-types.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/babeltrace/clock-types.h b/include/babeltrace/clock-types.h index 2adf6189..438d335f 100644 --- a/include/babeltrace/clock-types.h +++ b/include/babeltrace/clock-types.h @@ -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 * @@ -23,11 +23,11 @@ */ /* - * 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 */ -- 2.34.1