aboutgitcodebugslistschat
path: root/tap.c
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2021-07-21 17:48:12 +0200
committerStefano Brivio <sbrivio@redhat.com>2021-07-21 17:48:12 +0200
commit330ea9e681d3b1302ad9ecd46b2046878971850f (patch)
tree062d2d7172ca2d82b49be135080277c301c03c32 /tap.c
parent49631a38a6ec550fb9254f2f9e4a049eea02ed6d (diff)
downloadpasst-330ea9e681d3b1302ad9ecd46b2046878971850f.tar
passt-330ea9e681d3b1302ad9ecd46b2046878971850f.tar.gz
passt-330ea9e681d3b1302ad9ecd46b2046878971850f.tar.bz2
passt-330ea9e681d3b1302ad9ecd46b2046878971850f.tar.lz
passt-330ea9e681d3b1302ad9ecd46b2046878971850f.tar.xz
passt-330ea9e681d3b1302ad9ecd46b2046878971850f.tar.zst
passt-330ea9e681d3b1302ad9ecd46b2046878971850f.zip
tap: Fix comment for tap_handler_pasta()
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'tap.c')
-rw-r--r--tap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap.c b/tap.c
index 264a1a4..2af1c7a 100644
--- a/tap.c
+++ b/tap.c
@@ -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
*