From 4ff84696af496c398f7621f65858a0120fc2c596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 7 Feb 2018 11:34:31 +0200 Subject: src: Spelling fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ville Skyttä Signed-off-by: Pablo Neira Ayuso --- src/payload.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/payload.c') diff --git a/src/payload.c b/src/payload.c index 15d055b6..6e762ff3 100644 --- a/src/payload.c +++ b/src/payload.c @@ -482,13 +482,13 @@ static bool payload_may_dependency_kill(struct payload_dep_ctx *ctx, } /** - * payload_dependency_kill - kill a redundant payload depedency + * payload_dependency_kill - kill a redundant payload dependency * * @ctx: payload dependency context * @expr: higher layer payload expression * * Kill a redundant payload expression if a higher layer payload expression - * implies its existance. Skip this if the dependency is a network payload and + * implies its existence. Skip this if the dependency is a network payload and * we are in bridge, netdev and inet families. */ void payload_dependency_kill(struct payload_dep_ctx *ctx, struct expr *expr, -- cgit v1.2.3