s/Of/If/ in comment describing function. Signed-off-by: Jeremy Sowden <jeremy@xxxxxxxxxx> --- src/netlink_delinearize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netlink_delinearize.c b/src/netlink_delinearize.c index 387e4b046c6b..8b9b5c808384 100644 --- a/src/netlink_delinearize.c +++ b/src/netlink_delinearize.c @@ -2352,7 +2352,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. * -- 2.24.1