aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxmacphy
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-08-24 20:56:23 +0000
committerBill Meier <wmeier@newsguy.com>2012-08-24 20:56:23 +0000
commit0fbdec6d83380dfdeaa4a794f05f433a5621d22a (patch)
tree3faee50084318094ad24f9f092f54c4637d4c6c2 /plugins/wimaxmacphy
parent0035a9076b4b5c8a14ffa67934696623a3c4bf19 (diff)
Fix a trivial typo.
svn path=/trunk/; revision=44660
Diffstat (limited to 'plugins/wimaxmacphy')
-rw-r--r--plugins/wimaxmacphy/packet-wimaxmacphy.c4
1 files changed, 2 insertions, 2 deletions
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