From af75c3d63da657d702f3c528f2e18c79219a5028 Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 15 Dec 2025 18:49:51 +0300 Subject: [PATCH] nfqws2: fix wrong comment --- nfq2/lua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfq2/lua.c b/nfq2/lua.c index f47c17a..c14159b 100644 --- a/nfq2/lua.c +++ b/nfq2/lua.c @@ -2179,7 +2179,7 @@ static int luacall_csum_tcp_fix(lua_State *L) } static int luacall_csum_udp_fix(lua_State *L) { - // csum_udp_fix(ip_header, udp_header, payload) returns tcp_header + // csum_udp_fix(ip_header, udp_header, payload) returns udp_header lua_check_argc(L,"csum_udp_fix",3); LUA_STACK_GUARD_ENTER(L)