From 65cc53fe7c6556b90159b8c3da1eb283792387db Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Tue, 30 May 2023 23:02:29 +0000 Subject: Fix misspellings in sysdeps/ -- BZ 25337 --- sysdeps/s390/wcspbrk-vx.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/s390/wcspbrk-vx.S') diff --git a/sysdeps/s390/wcspbrk-vx.S b/sysdeps/s390/wcspbrk-vx.S index 7b96bd31e1..294ab5ab14 100644 --- a/sysdeps/s390/wcspbrk-vx.S +++ b/sysdeps/s390/wcspbrk-vx.S @@ -268,7 +268,7 @@ ENTRY(WCSPBRK_Z13) If first char in this part of accept is a zero. */ /* r8>0 -> zero found in this acc-part. */ - vrepf %v18,%v17,0 /* Replicate first char accross all chars. */ + vrepf %v18,%v17,0 /* Replicate first char across all chars. */ vceqf %v22,%v20,%v17 /* Create a mask (v22) of null chars by comparing with 0 (v20). */ vsel %v17,%v18,%v17,%v22 /* Replace null chars with first char. */ -- cgit 1.4.1