aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/filter.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2015-02-14 13:47:54 -0500
committerDavid S. Miller <davem@davemloft.net>2015-02-14 20:36:08 -0800
commitca9f1fd263e14765a4c213e46940876ad78fce28 (patch)
tree0320c9bb1e391b4f0b2fedfc9ee031c8ac5f69b8 /net/core/filter.c
parentnet/core: Fix warning while make xmldocs caused by dev.c (diff)
downloadlinux-dev-ca9f1fd263e14765a4c213e46940876ad78fce28.tar.xz
linux-dev-ca9f1fd263e14765a4c213e46940876ad78fce28.zip
net: spelling fixes
Spelling errors caught by codespell. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/filter.c')
-rw-r--r--net/core/filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/filter.c b/net/core/filter.c
index ec9baea10c16..f6bdc2b1ba01 100644
--- a/net/core/filter.c
+++ b/net/core/filter.c
@@ -531,7 +531,7 @@ do_pass:
*insn = BPF_LDX_MEM(BPF_W, BPF_REG_A, BPF_REG_CTX, fp->k);
break;
- /* Unkown instruction. */
+ /* Unknown instruction. */
default:
goto err;
}