Skip to content

Commit 3a7a53c

Browse files
Zhu Junmaddy-kerneldev
authored andcommitted
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
1 parent 6dca1d3 commit 3a7a53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/powerpc/vphn/test-vphn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ static struct test {
275275
}
276276
},
277277
{
278-
/* Parse a 32-bit value split accross two consecutives 64-bit
278+
/* Parse a 32-bit value split across two consecutives 64-bit
279279
* input values.
280280
*/
281281
"vphn: 16-bit value followed by 2 x 32-bit values",

0 commit comments

Comments
 (0)