From b1ffb15faaffcd3eff30b489eb40215ebf943c55 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:27:32 -0500 Subject: [PATCH] spelling: message Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- contrib/xdp-filter.ebpf.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/xdp-filter.ebpf.src b/contrib/xdp-filter.ebpf.src index ea3806c6ca..e369fb3230 100644 --- a/contrib/xdp-filter.ebpf.src +++ b/contrib/xdp-filter.ebpf.src @@ -150,7 +150,7 @@ static inline struct map_value* check_qname(struct cursor* c) } /* - * Parse IPv4 DNS mesage. + * Parse IPv4 DNS message. * Returns XDP_PASS if message needs to go through (i.e. pass) * XDP_REDIRECT if message needs to be redirected (for AF_XDP, which needs to be translated to the caller into XDP_PASS outside of the AF_XDP) * XDP_TX if (modified) message needs to be replied @@ -254,7 +254,7 @@ static inline enum xdp_action parseIPV4(struct xdp_md* ctx, struct cursor* c) } /* - * Parse IPv6 DNS mesage. + * Parse IPv6 DNS message. * Returns XDP_PASS if message needs to go through (i.e. pass) * XDP_REDIRECT if message needs to be redirected (for AF_XDP, which needs to be translated to the caller into XDP_PASS outside of the AF_XDP) * XDP_TX if (modified) message needs to be replied -- 2.47.3