From f435e3892735929e98e493a3b0b3c755519970ea Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Wed, 17 Mar 2021 10:57:42 +0100 Subject: udp: Fix typo in tcp_tap_handler() documentation Signed-off-by: Stefano Brivio --- udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udp.c') diff --git a/udp.c b/udp.c index b8eddf2..4ed0ae6 100644 --- a/udp.c +++ b/udp.c @@ -102,7 +102,7 @@ void udp_sock_handler(struct ctx *c, int s, uint32_t events) } /** - * tcp_tap_handler() - Handle packets from tap + * udp_tap_handler() - Handle packets from tap * @c: Execution context * @af: Address family, AF_INET or AF_INET6 * @in: Input buffer -- cgit v1.2.3