From dff261fd2a47b997a2d3d836573203dde18851c2 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sun, 19 Jan 2020 22:57:04 +0000 Subject: netlink_delinearize: fix typo. s/Of/If/ in comment describing function. Signed-off-by: Jeremy Sowden Signed-off-by: Pablo Neira Ayuso --- src/netlink_delinearize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. * -- cgit v1.2.3