1
0
mirror of https://passt.top/passt synced 2024-07-01 23:42:41 +00:00

tap: Fix comment for tap_handler_pasta()

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2021-07-21 17:48:12 +02:00
parent 49631a38a6
commit 330ea9e681

2
tap.c
View File

@ -509,7 +509,7 @@ static int tap_handler_passt(struct ctx *c, struct timespec *now)
}
/**
* tap_handler_passt() - Packet handler for tuntap file descriptor
* tap_handler_pasta() - Packet handler for tuntap file descriptor
* @c: Execution context
* @now: Current timestamp
*