From 0fbdec6d83380dfdeaa4a794f05f433a5621d22a Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Fri, 24 Aug 2012 20:56:23 +0000 Subject: Fix a trivial typo. svn path=/trunk/; revision=44660 --- plugins/wimaxmacphy/packet-wimaxmacphy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/wimaxmacphy') diff --git a/plugins/wimaxmacphy/packet-wimaxmacphy.c b/plugins/wimaxmacphy/packet-wimaxmacphy.c index 769f51cf76..164206ee86 100644 --- a/plugins/wimaxmacphy/packet-wimaxmacphy.c +++ b/plugins/wimaxmacphy/packet-wimaxmacphy.c @@ -367,7 +367,7 @@ static const value_string wimaxmacphy_message_type_vals[] = { 17, "Reserved (OFDMA SS)"}, { 0, NULL} }; -#if 0 /* XXX: 'thsark -G values' gives warning on Windows' */ +#if 0 /* XXX: 'tshark -G values' gives warning on Windows' */ static value_string_ext wimaxmacphy_message_type_vals_ext = VALUE_STRING_EXT_INIT(wimaxmacphy_message_type_vals); #endif @@ -780,7 +780,7 @@ static const value_string wimaxmacphy_modulation_fec_code_type_vals[]= { 52, "64-QAM(LDPC) 5/6"}, { 0, NULL} }; -#if 0 /* XXX: 'thsark -G values' gives warning on Windows' */ +#if 0 /* XXX: 'tshark -G values' gives warning on Windows' */ static value_string_ext wimaxmacphy_modulation_fec_code_type_vals_ext = VALUE_STRING_EXT_INIT(wimaxmacphy_modulation_fec_code_type_vals); #endif -- cgit v1.2.3