Small typo in documentation in generic-phy.h

This commit is contained in:
Vedran Miletić
2011-10-21 15:35:22 +02:00
parent 45d186dda2
commit 9a9585a8df

View File

@@ -55,13 +55,13 @@ typedef Callback< void > GenericPhyRxStartCallback;
/**
* This method is used by the PHY to notify the MAC that a
* previously started TX attempt has terminated without success.
* previously started RX attempt has terminated without success.
*/
typedef Callback< void > GenericPhyRxEndErrorCallback;
/**
* This method is used by the PHY to notify the MAC that a
* previously started TX attempt has been successfully completed.
* previously started RX attempt has been successfully completed.
*
* @param packet the received Packet
*/