From 69e20748754d1b6b60a75dcd3206fe3b33e32d06 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 26 Aug 2011 09:56:18 -0700 Subject: [PATCH] fix comment --- src/wifi/helper/yans-wifi-helper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wifi/helper/yans-wifi-helper.cc b/src/wifi/helper/yans-wifi-helper.cc index 8a817fbf7..d59ad6835 100644 --- a/src/wifi/helper/yans-wifi-helper.cc +++ b/src/wifi/helper/yans-wifi-helper.cc @@ -458,7 +458,7 @@ YansWifiPhyHelper::EnableAsciiInternal ( // // 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 device = nd->GetObject (); if (device == 0)