aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-08-03 16:06:48 +0000
committerBill Meier <wmeier@newsguy.com>2010-08-03 16:06:48 +0000
commit45a1908a85b3d0b7735723f30197761056a80393 (patch)
treec0e30cf85f4516e1449276d5f8e8b17b760e006d /epan/tap.c
parent0056d74d01568049a69509adbb7376b4519be884 (diff)
(Trivial) Fix a typo.
svn path=/trunk/; revision=33700
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.
*/