Small typo in documentation in generic-phy.h
authorVedran Mileti? <rivanvx@gmail.com>
Fri, 21 Oct 2011 15:35:22 +0200
changeset 7485 87c54c4657d4
parent 7484 83e002b6bb24
child 7486 5554d8db932e
Small typo in documentation in generic-phy.h
src/network/utils/generic-phy.h
--- a/src/network/utils/generic-phy.h	Tue Oct 18 18:18:23 2011 -0400
+++ b/src/network/utils/generic-phy.h	Fri Oct 21 15:35:22 2011 +0200
@@ -55,13 +55,13 @@
 
 /**
  * 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
  */