]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: blocked
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 16:34:25 +0000 (11:34 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:31:10 +0000 (07:31 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
contrib/xdp-filter.ebpf.src

index 31275d2ff738f7967f69f120da5ca6d028b131ab..ea3806c6ca670b820c639f69a6faf93f3fc74713 100644 (file)
@@ -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)
 {