From: Tobias Klauser Date: Tue, 24 Jun 2014 13:33:20 +0000 (+0200) Subject: trivial: net: filter: Fix typo in comment X-Git-Tag: v3.16-rc3~20^2~4 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=285276e72cbaa5be2147aac93133944882bced22;p=uclinux-h8%2Flinux.git trivial: net: filter: Fix typo in comment Signed-off-by: Tobias Klauser Acked-by: Daniel Borkmann Acked-by: Alexei Starovoitov Signed-off-by: David S. Miller --- diff --git a/net/core/filter.c b/net/core/filter.c index a44e12cdde4c..ff9235e10b19 100644 --- a/net/core/filter.c +++ b/net/core/filter.c @@ -1382,7 +1382,7 @@ static struct sk_filter *__sk_migrate_realloc(struct sk_filter *fp, fp_new = sock_kmalloc(sk, len, GFP_KERNEL); if (fp_new) { *fp_new = *fp; - /* As we're kepping orig_prog in fp_new along, + /* As we're keeping orig_prog in fp_new along, * we need to make sure we're not evicting it * from the old fp. */