Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colin Ian King and committed by
Shuah Khan
7714d469 bb6d3fb3

+1 -1
+1 -1
tools/testing/selftests/openat2/resolve_test.c
··· 230 230 { .name = "[in_root] garbage link to /root", 231 231 .path = "cheeky/garbageself", .how.resolve = RESOLVE_IN_ROOT, 232 232 .out.path = "root", .pass = true }, 233 - { .name = "[in_root] chainged garbage links to /root", 233 + { .name = "[in_root] chained garbage links to /root", 234 234 .path = "abscheeky/garbageself", .how.resolve = RESOLVE_IN_ROOT, 235 235 .out.path = "root", .pass = true }, 236 236 { .name = "[in_root] relative path to 'root'",