]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
netlink_delinearize: fix typo.
authorJeremy Sowden <jeremy@azazel.net>
Sun, 19 Jan 2020 22:57:04 +0000 (22:57 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 28 Jan 2020 19:16:02 +0000 (20:16 +0100)
s/Of/If/ in comment describing function.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/netlink_delinearize.c

index 16bdcb223d0322a81719632ba1ae84aece3a31be..220461c24ff2e966427a697264e512914fa11100 100644 (file)
@@ -2361,7 +2361,7 @@ static void stmt_payload_binop_pp(struct rule_pp_ctx *ctx, struct expr *binop)
  * the original payload expression because it has an odd size or
  * a non-byte divisible offset/length.
  *
- * Of that was the case, the 'value' expression is not a value but
+ * If that was the case, the 'value' expression is not a value but
  * a binop expression with a munged payload expression on the left
  * and a mask to clear the real payload offset/length.
  *