aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/openat2/resolve_test.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-01-16 09:29:03 +0000
committerShuah Khan <skhan@linuxfoundation.org>2020-02-10 17:58:45 -0700
commit7714d469dcba572bbfb9cc47217fed7e7ddeb051 (patch)
tree4872a9f06490bafe43993d54a437ad0f6b5c885e /tools/testing/selftests/openat2/resolve_test.c
parentLinux 5.6-rc1 (diff)
downloadlinux-dev-7714d469dcba572bbfb9cc47217fed7e7ddeb051.tar.xz
linux-dev-7714d469dcba572bbfb9cc47217fed7e7ddeb051.zip
selftests: fix spelling mistaked "chaigned" -> "chained"
There is a spelling mistake in a literal string, fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Aleksa Sarai <cyphar@cyphar.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--tools/testing/selftests/openat2/resolve_test.c2
1 files changed, 1 insertions, 1 deletions
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'",