udp: Fix typo in tcp_tap_handler() documentation
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
93977868f9
commit
f435e38927
1 changed files with 1 additions and 1 deletions
2
udp.c
2
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
|
||||
|
|
Loading…
Reference in a new issue