]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
selftests/arm64: fix spelling errors in comments
authorWang Yan <wangyan01@kylinos.cn>
Thu, 2 Jul 2026 01:52:42 +0000 (09:52 +0800)
committerWill Deacon <will@kernel.org>
Thu, 2 Jul 2026 10:44:43 +0000 (11:44 +0100)
Fix two spelling mistakes in arm64 selftest comments:
  - "whcih" -> "which" (arm64/gcs/libc-gcs.c)
  - "resutls" -> "results" (arm64/pauth/pac.c)

Signed-off-by: Wang Yan <wangyan01@kylinos.cn>
Signed-off-by: Will Deacon <will@kernel.org>
tools/testing/selftests/arm64/gcs/libc-gcs.c
tools/testing/selftests/arm64/pauth/pac.c

index 72e82bfbecc99e34da71d56cf5401c137d6e9a48..ddb0b2b201554980e5b793043b0a405fe7df046e 100644 (file)
@@ -130,7 +130,7 @@ TEST(gcs_find_terminator)
  * We can access a GCS via ptrace
  *
  * This could usefully have a fixture but note that each test is
- * fork()ed into a new child whcih causes issues.  Might be better to
+ * fork()ed into a new child which causes issues.  Might be better to
  * lift at least some of this out into a separate, non-harness, test
  * program.
  */
index 67d138057707081d0e8f8231225681f6d84f7c75..f4b859c75a5abe2b7bcbdf235a934beef03942f7 100644 (file)
@@ -292,7 +292,7 @@ TEST(single_thread_different_keys)
 
 /*
  * fork() does not change keys. Only exec() does so call a worker program.
- * Its only job is to sign a value and report back the resutls
+ * Its only job is to sign a value and report back the results
  */
 TEST(exec_changed_keys)
 {