projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b96a9c
)
selftests/seccomp: Fix spelling mistake "Coud" -> "Could"
author
Colin Ian King
<colin.i.king@gmail.com>
Wed, 4 May 2022 15:55:35 +0000
(16:55 +0100)
committer
Kees Cook
<keescook@chromium.org>
Wed, 4 May 2022 20:31:21 +0000
(13:31 -0700)
There is a spelling mistake in an error message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link:
https://lore.kernel.org/r/20220504155535.239180-1-colin.i.king@gmail.com
tools/testing/selftests/seccomp/seccomp_bpf.c
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/seccomp/seccomp_bpf.c
b/tools/testing/selftests/seccomp/seccomp_bpf.c
index 29c973f606b2816a261df1daab27cb149364c634..136df5b76319d79725ee4bb3a4f1015b82628fbb 100644
(file)
--- a/
tools/testing/selftests/seccomp/seccomp_bpf.c
+++ b/
tools/testing/selftests/seccomp/seccomp_bpf.c
@@
-4320,7
+4320,7
@@
static ssize_t get_nth(struct __test_metadata *_metadata, const char *path,
f = fopen(path, "r");
ASSERT_NE(f, NULL) {
- TH_LOG("Coud not open %s: %s", path, strerror(errno));
+ TH_LOG("Cou
l
d not open %s: %s", path, strerror(errno));
}
for (i = 0; i < position; i++) {