fix comment

This commit is contained in:
Tom Henderson
2011-08-26 09:56:18 -07:00
parent 7f3f692ea7
commit 69e2074875

View File

@@ -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<WifiNetDevice> device = nd->GetObject<WifiNetDevice> ();
if (device == 0)