aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-08-03 16:06:48 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-08-03 16:06:48 +0000
commiteda7d63df21bb95f433de2a9f0a140f01781d9c3 (patch)
treec0e30cf85f4516e1449276d5f8e8b17b760e006d /epan/tap.c
parentd0aac301eeda4992f010879fc4617368070353e8 (diff)
(Trivial) Fix a typo.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33700 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/tap.c')
-rw-r--r--epan/tap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/tap.c b/epan/tap.c
index c0a06c8a33..280a39906d 100644
--- a/epan/tap.c
+++ b/epan/tap.c
@@ -109,7 +109,7 @@ tap_init(void)
This function is only to be called once, when the dissector initializes.
The return value from this call is later used as a parameter to the
- tap_packet(unsinged int *tap_id,...
+ tap_packet(unsigned int *tap_id,...
call so that the tap subsystem knows to which tap point this tapped
packet is associated.
*/