diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-27 17:29:28 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-27 21:43:47 -0500 |
commit | 03671057c3b769c0adbf9212bf695481d3f59279 (patch) | |
tree | c944609f7daccef0a21a635fd9dde366151944eb /tools/lib | |
parent | 3f8b6fb7f279c769c0973431be1cd7f15e8b2755 (diff) |
scripts/spelling.txt: add "overrided" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt:
overrided||overridden
Link: http://lkml.kernel.org/r/1481573103-11329-22-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/bpf/bpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/bpf/bpf.c b/tools/lib/bpf/bpf.c index d48b70ceb25a..207c2eeddab0 100644 --- a/tools/lib/bpf/bpf.c +++ b/tools/lib/bpf/bpf.c | |||
@@ -27,7 +27,7 @@ | |||
27 | #include "bpf.h" | 27 | #include "bpf.h" |
28 | 28 | ||
29 | /* | 29 | /* |
30 | * When building perf, unistd.h is overrided. __NR_bpf is | 30 | * When building perf, unistd.h is overridden. __NR_bpf is |
31 | * required to be defined explicitly. | 31 | * required to be defined explicitly. |
32 | */ | 32 | */ |
33 | #ifndef __NR_bpf | 33 | #ifndef __NR_bpf |