typo
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 11 Jun 2008 13:46:04 -0700
changeset 3890 63910e38db95
parent 3889 f35819202b66
child 3891 590b21d7fcdd
typo
src/devices/wifi/wifi-phy.h
--- a/src/devices/wifi/wifi-phy.h	Wed Jun 11 12:35:02 2008 -0700
+++ b/src/devices/wifi/wifi-phy.h	Wed Jun 11 13:46:04 2008 -0700
@@ -174,7 +174,7 @@
   virtual void RegisterListener (WifiPhyListener *listener) = 0;
 
   /**
-   * \returns true of the current state of the PHY layer is WifiPhy:LCCA_BUSY, false otherwise.
+   * \returns true of the current state of the PHY layer is WifiPhy::CCA_BUSY, false otherwise.
    */
   virtual bool IsStateCcaBusy (void) = 0;
   /**