aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/filter.txt
diff options
context:
space:
mode:
authorAndrii Nakryiko <andriin@fb.com>2019-02-28 17:12:21 -0800
committerDaniel Borkmann <daniel@iogearbox.net>2019-03-02 00:40:04 +0100
commit46604676c8c6c4c07649767d32ae66f4429ccd6f (patch)
treeb536757b30266fa9c6f8c02c51db2255991123cc /Documentation/networking/filter.txt
parentdocs/btf: reflow text to fill up to 78 characters (diff)
downloadlinux-dev-46604676c8c6c4c07649767d32ae66f4429ccd6f.tar.xz
linux-dev-46604676c8c6c4c07649767d32ae66f4429ccd6f.zip
docs/bpf: minor casing/punctuation fixes
Fix few casing and punctuation glitches. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to '')
-rw-r--r--Documentation/networking/filter.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/filter.txt b/Documentation/networking/filter.txt
index b5e060edfc38..319e5e041f38 100644
--- a/Documentation/networking/filter.txt
+++ b/Documentation/networking/filter.txt
@@ -829,7 +829,7 @@ tracing filters may do to maintain counters of events, for example. Register R9
is not used by socket filters either, but more complex filters may be running
out of registers and would have to resort to spill/fill to stack.
-Internal BPF can used as generic assembler for last step performance
+Internal BPF can be used as a generic assembler for last step performance
optimizations, socket filters and seccomp are using it as assembler. Tracing
filters may use it as assembler to generate code from kernel. In kernel usage
may not be bounded by security considerations, since generated internal BPF code