From d126888fe4b3f4e2eb374d4b2e138dc706c8366c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Mon, 20 Nov 2017 19:29:12 +0100 Subject: [PATCH] wifi: Fix small typo in VhtOperation --- src/wifi/model/vht-operation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wifi/model/vht-operation.cc b/src/wifi/model/vht-operation.cc index dc804b6ad..d325e21f5 100644 --- a/src/wifi/model/vht-operation.cc +++ b/src/wifi/model/vht-operation.cc @@ -46,7 +46,7 @@ VhtOperation::SetVhtSupported (uint8_t vhtsupported) uint8_t VhtOperation::GetInformationFieldSize () const { - //we should not be here if ht is not supported + //we should not be here if vht is not supported NS_ASSERT (m_vhtSupported > 0); return 5; }