From 2cdeb033c1fdc2a63897ba92f129f8a3a07fc467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Sun, 11 Oct 2015 16:00:39 +0200 Subject: [PATCH] small typos --- src/wifi/model/dca-txop.h | 2 +- src/wifi/model/edca-txop-n.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wifi/model/dca-txop.h b/src/wifi/model/dca-txop.h index 1eb8da382..db3529fd8 100644 --- a/src/wifi/model/dca-txop.h +++ b/src/wifi/model/dca-txop.h @@ -228,7 +228,7 @@ private: */ void GotAck (double snr, WifiMode txMode); /** - * Event handler when an ACK is received. + * Event handler when an ACK is missed. */ void MissedAck (void); /** diff --git a/src/wifi/model/edca-txop-n.h b/src/wifi/model/edca-txop-n.h index ad5917ffd..110608b04 100644 --- a/src/wifi/model/edca-txop-n.h +++ b/src/wifi/model/edca-txop-n.h @@ -262,7 +262,7 @@ public: void GotAddBaResponse (const MgtAddBaResponseHeader *respHdr, Mac48Address recipient); void GotDelBaFrame (const MgtDelBaHeader *delBaHdr, Mac48Address recipient); /** - * Event handler when an ACK is received. + * Event handler when an ACK is missed. */ void MissedAck (void); /**