summaryrefslogtreecommitdiffstats
path: root/src/extra/udp.c
diff options
context:
space:
mode:
authorDuncan Roe <duncan_roe@optusnet.com.au>2025-04-02 20:17:43 +1100
committerFlorian Westphal <fw@strlen.de>2025-04-02 11:21:45 +0200
commit83c7ddc8ee6f66a6fa0cda7ed6197c67765b3223 (patch)
tree98b4f71d6612f9962d7c0d8bbb2d11cca0791639 /src/extra/udp.c
parent92399654ae3643d38e502fcb5e60aaa370fdb106 (diff)
src: doc: Fix spelling and function name (x2)HEADmaster
Fix spelling of "humnan" and name nfq_pkt_snprintf_tcp_hdr in description of nfq_tcp_snprintf. Same fix for nfq_udp_snprintf. Reported-by: "G.W. Haywood" <ged@jubileegroup.co.uk> Fixes: f40eabb01163 ("add pkt_buff and protocol helper functions") Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'src/extra/udp.c')
-rw-r--r--src/extra/udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extra/udp.c b/src/extra/udp.c
index ede2196..4d457ea 100644
--- a/src/extra/udp.c
+++ b/src/extra/udp.c
@@ -228,7 +228,7 @@ int nfq_udp_mangle_ipv6(struct pkt_buff *pktb,
}
/**
- * nfq_pkt_snprintf_udp_hdr - print udp header into one buffer in a humnan
+ * nfq_udp_snprintf - print udp header into one buffer in a human
* readable way
* \param buf: pointer to buffer that is used to print the object
* \param size: size of the buffer (or remaining room in it).