From a7f4957c02491a2b11ab5c1ff22fafd2a83477e6 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 21 Feb 2008 18:58:08 +0100 Subject: [PATCH] small typo --- src/core/boolean.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/boolean.h b/src/core/boolean.h index 29fe4c94c..f519f87b5 100644 --- a/src/core/boolean.h +++ b/src/core/boolean.h @@ -1,5 +1,5 @@ -#ifndef BOOLEAN_VALUE_H -#define BOOLEAN_VALUE_H +#ifndef BOOLEAN_H +#define BOOLEAN_H #include "attribute.h" #include "attribute-helper.h" @@ -30,4 +30,4 @@ ATTRIBUTE_ACCESSOR_DEFINE (Boolean); } // namespace ns3 -#endif /* BOOLEAN_PARAMETER_H */ +#endif /* BOOLEAN_H */