aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/dcerpc/idl2wrs.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-14 16:38:06 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-14 16:38:06 +0000
commitefc40280d63ebf288bc6a1c51436667bad6febf4 (patch)
tree381156a1508d8acc2183daf7920a8c6f775658a1 /epan/dissectors/dcerpc/idl2wrs.c
parentb7b2b40ee8dec20d2b430a7a660ff9083adbc47b (diff)
(Trivial) Fix a typo in a comment.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29901 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/dcerpc/idl2wrs.c')
-rw-r--r--epan/dissectors/dcerpc/idl2wrs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/dcerpc/idl2wrs.c b/epan/dissectors/dcerpc/idl2wrs.c
index 985871fdd6..fcf9dcb7cd 100644
--- a/epan/dissectors/dcerpc/idl2wrs.c
+++ b/epan/dissectors/dcerpc/idl2wrs.c
@@ -293,7 +293,7 @@ find_hf_field(char *name)
/* this function will create the code required for a hf field.
- it MIGTH rename the field so a user MUST use the name returned
+ it MIGHT rename the field so a user MUST use the name returned
from this function.
for fields that are to be renamed no code is generated
*/