From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 16:34:25 +0000 (-0500) Subject: spelling: blocked X-Git-Tag: rec-5.4.0-alpha1~61^2~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b93e71c14d6befcb947d81989bc8429e87fa5b8;p=thirdparty%2Fpdns.git spelling: blocked 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 31275d2ff7..ea3806c6ca 100644 --- a/contrib/xdp-filter.ebpf.src +++ b/contrib/xdp-filter.ebpf.src @@ -93,7 +93,7 @@ static inline void set_tc_bit(struct udphdr* udp, struct dnshdr* dns) * Check DNS QName * Returns PASS if message needs to go through (i.e. pass) * TC if (modified) message needs to be replied - * DROP if message needs to be blocke + * DROP if message needs to be blocked */ static inline struct map_value* check_qname(struct cursor* c) {