Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH][next] selftests: fix spelling mistake "chainged" -> "chained"
@ 2019-12-10 11:24 Colin King
  2019-12-10 11:27 ` Aleksa Sarai
  2020-01-16 20:13 ` shuah
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2019-12-10 11:24 UTC (permalink / raw)
  To: Shuah Khan, Al Viro, Aleksa Sarai, linux-kselftest
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a literal string, fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 tools/testing/selftests/openat2/resolve_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/openat2/resolve_test.c b/tools/testing/selftests/openat2/resolve_test.c
index 7a94b1da8e7b..bbafad440893 100644
--- a/tools/testing/selftests/openat2/resolve_test.c
+++ b/tools/testing/selftests/openat2/resolve_test.c
@@ -230,7 +230,7 @@ void test_openat2_opath_tests(void)
 		{ .name = "[in_root] garbage link to /root",
 		  .path = "cheeky/garbageself",	.how.resolve = RESOLVE_IN_ROOT,
 		  .out.path = "root",		.pass = true },
-		{ .name = "[in_root] chainged garbage links to /root",
+		{ .name = "[in_root] chained garbage links to /root",
 		  .path = "abscheeky/garbageself", .how.resolve = RESOLVE_IN_ROOT,
 		  .out.path = "root",		.pass = true },
 		{ .name = "[in_root] relative path to 'root'",
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-16 20:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-10 11:24 [PATCH][next] selftests: fix spelling mistake "chainged" -> "chained" Colin King
2019-12-10 11:27 ` Aleksa Sarai
2020-01-16 20:13 ` shuah

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox