From: Colin Ian King Date: Wed, 4 May 2022 15:55:35 +0000 (+0100) Subject: selftests/seccomp: Fix spelling mistake "Coud" -> "Could" X-Git-Tag: v5.19-rc1~198^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e91d2a4146946ea0abc984ca957f12b70632901;p=thirdparty%2Flinux.git selftests/seccomp: Fix spelling mistake "Coud" -> "Could" There is a spelling mistake in an error message. Fix it. Signed-off-by: Colin Ian King Signed-off-by: Kees Cook Link: https://lore.kernel.org/r/20220504155535.239180-1-colin.i.king@gmail.com --- diff --git a/tools/testing/selftests/seccomp/seccomp_bpf.c b/tools/testing/selftests/seccomp/seccomp_bpf.c index 29c973f606b28..136df5b76319d 100644 --- 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("Could not open %s: %s", path, strerror(errno)); } for (i = 0; i < position; i++) {