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