fix typo
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 31 Mar 2008 14:44:13 -0700
changeset 2832 f9a1f455951f
parent 2831 8bb0479b0949
child 2833 f3474fd850b2
fix typo
src/node/simple-net-device.h
--- a/src/node/simple-net-device.h	Mon Mar 31 14:43:38 2008 -0700
+++ b/src/node/simple-net-device.h	Mon Mar 31 14:44:13 2008 -0700
@@ -1,5 +1,5 @@
-#ifndef TEST_NET_DEVICE_H
-#define TEST_NET_DEVICE_H
+#ifndef SIMPLE_NET_DEVICE_H
+#define SIMPLE_NET_DEVICE_H
 
 #include "net-device.h"
 #include "mac48-address.h"
@@ -58,4 +58,4 @@
 
 } // namespace ns3
 
-#endif /* TEST_NET_DEVICE_H */
+#endif /* SIMPLE_NET_DEVICE_H */