]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
netlink_delinearize: fix typo
authorJeremy Sowden <jeremy@azazel.net>
Tue, 21 Dec 2021 19:36:50 +0000 (19:36 +0000)
committerFlorian Westphal <fw@strlen.de>
Sat, 15 Jan 2022 16:07:07 +0000 (17:07 +0100)
Correct spelling in comment.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Florian Westphal <fw@strlen.de>
src/netlink_delinearize.c

index 323e9150cdf6f3213ca66151913cd2d8dbe645e2..83be2fec441d30b08bc01995bb49ad55e28a90cc 100644 (file)
@@ -2057,7 +2057,7 @@ static bool __meta_dependency_may_kill(const struct expr *dep, uint8_t *nfproto)
 }
 
 /* We have seen a protocol key expression that restricts matching at the network
- * base, leave it in place since this is meaninful in bridge, inet and netdev
+ * base, leave it in place since this is meaningful in bridge, inet and netdev
  * families. Exceptions are ICMP and ICMPv6 where this code assumes that can
  * only happen with IPv4 and IPv6.
  */