diff options
author | Zhu Jun <zhujun2@cmss.chinamobile.com> | 2024-12-04 11:01:49 +0300 |
---|---|---|
committer | Madhavan Srinivasan <maddy@linux.ibm.com> | 2024-12-10 06:04:51 +0300 |
commit | 3a7a53c8d4813ef510a731f529b8c58208ab8896 (patch) | |
tree | 7d38ed963fddface38782358cb2b17d514be0c0e | |
parent | 6dca1d3af16a82552294596b66fee9e13eed0795 (diff) | |
download | linux-3a7a53c8d4813ef510a731f529b8c58208ab8896.tar.xz |
selftests/powerpc: Fix typo in test-vphn.c
The word 'accross' is wrong, so fix it.
Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20241204080149.11759-1-zhujun2@cmss.chinamobile.com
-rw-r--r-- | tools/testing/selftests/powerpc/vphn/test-vphn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/vphn/test-vphn.c b/tools/testing/selftests/powerpc/vphn/test-vphn.c index 81d3069ffb84..f348f54914a9 100644 --- a/tools/testing/selftests/powerpc/vphn/test-vphn.c +++ b/tools/testing/selftests/powerpc/vphn/test-vphn.c @@ -275,7 +275,7 @@ static struct test { } }, { - /* Parse a 32-bit value split accross two consecutives 64-bit + /* Parse a 32-bit value split across two consecutives 64-bit * input values. */ "vphn: 16-bit value followed by 2 x 32-bit values", |