From 45a1908a85b3d0b7735723f30197761056a80393 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 3 Aug 2010 16:06:48 +0000 Subject: (Trivial) Fix a typo. svn path=/trunk/; revision=33700 --- epan/tap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/tap.c') 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. */ -- cgit v1.2.3