From 9a9585a8df111a6d2f0d00db5aeb01611cef5cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vedran=20Mileti=C4=87?= Date: Fri, 21 Oct 2011 15:35:22 +0200 Subject: [PATCH] Small typo in documentation in generic-phy.h --- src/network/utils/generic-phy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/network/utils/generic-phy.h b/src/network/utils/generic-phy.h index e3c3ebb9c..146e3be70 100644 --- a/src/network/utils/generic-phy.h +++ b/src/network/utils/generic-phy.h @@ -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 */