summaryrefslogtreecommitdiff
path: root/epan/dissectors/dcerpc
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-09-14 16:38:06 +0000
committerBill Meier <wmeier@newsguy.com>2009-09-14 16:38:06 +0000
commit8b251e382c7e81a0f3111fdcc9cccc14cd261e2b (patch)
tree381156a1508d8acc2183daf7920a8c6f775658a1 /epan/dissectors/dcerpc
parent00f1977bb9ec410cd5d131415d7cfbb66fd39eda (diff)
downloadwireshark-8b251e382c7e81a0f3111fdcc9cccc14cd261e2b.tar.gz
(Trivial) Fix a typo in a comment.
svn path=/trunk/; revision=29901
Diffstat (limited to 'epan/dissectors/dcerpc')
-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
*/