fixed typo in doxygen of WifiPhyListener
authorNicola Baldo <nbaldo@cttc.es>
Thu, 21 Jun 2012 11:09:35 +0200
changeset 8867 743aeb2fef78
parent 8866 a44fcd5f9c1d
child 8868 d06f5a8b84a6
fixed typo in doxygen of WifiPhyListener
src/wifi/model/wifi-phy.h
--- a/src/wifi/model/wifi-phy.h	Wed Jun 20 06:50:50 2012 -0700
+++ b/src/wifi/model/wifi-phy.h	Thu Jun 21 11:09:35 2012 +0200
@@ -55,7 +55,7 @@
    * whole packet. It means that we will report a BUSY status until
    * one of the following happens:
    *   - NotifyRxEndOk
-   *   - NotifyExEndError
+   *   - NotifyRxEndError
    *   - NotifyTxStart
    */
   virtual void NotifyRxStart (Time duration) = 0;