fix comment
authorTom Henderson <tomh@tomh.org>
Fri, 26 Aug 2011 09:56:18 -0700
changeset 7464 df5dfa07f157
parent 7463 53b784adf3f4
child 7465 ed1e4ae79208
fix comment
src/wifi/helper/yans-wifi-helper.cc
--- a/src/wifi/helper/yans-wifi-helper.cc	Fri Aug 26 12:31:04 2011 +0100
+++ b/src/wifi/helper/yans-wifi-helper.cc	Fri Aug 26 09:56:18 2011 -0700
@@ -458,7 +458,7 @@
   //
   // All of the ascii enable functions vector through here including the ones
   // that are wandering through all of devices on perhaps all of the nodes in
-  // the system.  We can only deal with devices of type CsmaNetDevice.
+  // the system.  We can only deal with devices of type WifiNetDevice.
   //
   Ptr<WifiNetDevice> device = nd->GetObject<WifiNetDevice> ();
   if (device == 0)