From 08f5feb16dda3f97bcda90c409d8fafab5e8c7de Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Fri, 15 Jun 2018 12:03:12 +0300 Subject: [PATCH] wifi: fix some typos in Doxygen documentation --- src/wifi/model/block-ack-manager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wifi/model/block-ack-manager.h b/src/wifi/model/block-ack-manager.h index daff148fd..1e0bc2094 100644 --- a/src/wifi/model/block-ack-manager.h +++ b/src/wifi/model/block-ack-manager.h @@ -245,7 +245,7 @@ public: * \param recipient Address of peer station involved in block ack mechanism. * \param tid Traffic ID of transmitted packet. * - * This method to set the number of packets waitin for blockAck = 0 since the receiver will send the blockAck right away + * This method to set the number of packets waiting for blockAck = 0 since the receiver will send the blockAck right away */ void CompleteAmpduExchange (Mac48Address recipient, uint8_t tid); /** @@ -492,8 +492,8 @@ private: std::list m_retryPackets; std::list m_bars; ///< list of BARs - uint8_t m_blockAckThreshold; ///< bock ack threshold - BlockAckType m_blockAckType; ///< bock ack type + uint8_t m_blockAckThreshold; ///< block ack threshold + BlockAckType m_blockAckType; ///< block ack type Time m_maxDelay; ///< maximum delay Ptr m_txMiddle; ///< the MacTxMiddle Mac48Address m_address; ///< address