typos
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 07 May 2008 13:45:57 -0700
changeset 3049 519a31d1729f
parent 3048 0c66462c3406
child 3050 9cc612c6cd32
typos
src/common/tag-buffer.h
src/common/tag-list.h
src/common/tag.h
--- a/src/common/tag-buffer.h	Wed May 07 13:45:04 2008 -0700
+++ b/src/common/tag-buffer.h	Wed May 07 13:45:57 2008 -0700
@@ -1,5 +1,5 @@
-#ifndef MTAG_BUFFER_H
-#define MTAG_BUFFER_H
+#ifndef TAG_BUFFER_H
+#define TAG_BUFFER_H
 
 #include <stdint.h>
 
@@ -39,4 +39,4 @@
 
 } // namespace ns3
 
-#endif /* MTAG_BUFFER_H */
+#endif /* TAG_BUFFER_H */
--- a/src/common/tag-list.h	Wed May 07 13:45:04 2008 -0700
+++ b/src/common/tag-list.h	Wed May 07 13:45:57 2008 -0700
@@ -1,5 +1,5 @@
-#ifndef MTAG_LIST_H
-#define MTAG_LIST_H
+#ifndef TAG_LIST_H
+#define TAG_LIST_H
 
 #include <stdint.h>
 #include "ns3/type-id.h"
@@ -70,4 +70,4 @@
 
 } // namespace ns3
 
-#endif /* MTAG_LIST_H */
+#endif /* TAG_LIST_H */
--- a/src/common/tag.h	Wed May 07 13:45:04 2008 -0700
+++ b/src/common/tag.h	Wed May 07 13:45:57 2008 -0700
@@ -1,5 +1,5 @@
-#ifndef MTAG_H
-#define MTAG_H
+#ifndef TAG_H
+#define TAG_H
 
 #include "ns3/object-base.h"
 #include "tag-buffer.h"
@@ -40,4 +40,4 @@
 
 } // namespace ns3
 
-#endif /* MTAG_H */
+#endif /* TAG_H */