diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2021-03-17 10:57:42 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2021-03-17 10:57:42 +0100 |
commit | f435e3892735929e98e493a3b0b3c755519970ea (patch) | |
tree | 4365e8c4e2018b0b29fba420b47b07ae20a00c8f | |
parent | 93977868f9d48c5efcc8f67c978af17bd6330554 (diff) | |
download | passt-f435e3892735929e98e493a3b0b3c755519970ea.tar passt-f435e3892735929e98e493a3b0b3c755519970ea.tar.gz passt-f435e3892735929e98e493a3b0b3c755519970ea.tar.bz2 passt-f435e3892735929e98e493a3b0b3c755519970ea.tar.lz passt-f435e3892735929e98e493a3b0b3c755519970ea.tar.xz passt-f435e3892735929e98e493a3b0b3c755519970ea.tar.zst passt-f435e3892735929e98e493a3b0b3c755519970ea.zip |
udp: Fix typo in tcp_tap_handler() documentation
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |