]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: message
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:27:32 +0000 (12:27 -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 ea3806c6ca670b820c639f69a6faf93f3fc74713..e369fb32305f0d284d78b1e8732ae6544f2233d1 100644 (file)
@@ -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