From: Jeremy Sowden Date: Sun, 19 Jan 2020 22:57:04 +0000 (+0000) Subject: netlink_delinearize: fix typo. X-Git-Tag: v0.9.4~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dff261fd2a47b997a2d3d836573203dde18851c2;p=thirdparty%2Fnftables.git netlink_delinearize: fix typo. s/Of/If/ in comment describing function. Signed-off-by: Jeremy Sowden Signed-off-by: Pablo Neira Ayuso --- diff --git a/src/netlink_delinearize.c b/src/netlink_delinearize.c index 16bdcb22..220461c2 100644 --- a/src/netlink_delinearize.c +++ b/src/netlink_delinearize.c @@ -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. *