Skip to content

Commit 5e91d2a

Browse files
ColinIanKingkees
authored andcommitted
selftests/seccomp: Fix spelling mistake "Coud" -> "Could"
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
1 parent 3b96a9c commit 5e91d2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/seccomp/seccomp_bpf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4320,7 +4320,7 @@ static ssize_t get_nth(struct __test_metadata *_metadata, const char *path,
43204320

43214321
f = fopen(path, "r");
43224322
ASSERT_NE(f, NULL) {
4323-
TH_LOG("Coud not open %s: %s", path, strerror(errno));
4323+
TH_LOG("Could not open %s: %s", path, strerror(errno));
43244324
}
43254325

43264326
for (i = 0; i < position; i++) {

0 commit comments

Comments
 (0)