chore: fix typo

Signed-off-by: Zxilly <31370133+Zxilly@users.noreply.github.com>
This commit is contained in:
Zxilly 2024-08-20 16:56:43 +08:00 committed by GitHub
parent d0b136f782
commit 657a402be1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -287,7 +287,7 @@ void handle_packet(const struct nf_queue *queue, const struct nf_packet *pkt) {
const unsigned int ua_len = ua_end - ua_start;
const unsigned long ua_offset = ua_start - tcp_payload;
// Looks it's impossible to mangle pocket failed, so we just drop it
// Looks it's impossible to mangle packet failed, so we just drop it
if (type == IPV4) {
nfq_tcp_mangle_ipv4(pkt_buff, ua_offset, ua_len, replacement_user_agent_string, ua_len);
} else {