aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
*/