From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:27:32 +0000 (-0500) Subject: spelling: message X-Git-Tag: rec-5.4.0-alpha1~61^2~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1ffb15faaffcd3eff30b489eb40215ebf943c55;p=thirdparty%2Fpdns.git spelling: message Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- 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