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/wcsrchr-vx.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysdeps/s390/wcsrchr-vx.S') diff --git a/sysdeps/s390/wcsrchr-vx.S b/sysdeps/s390/wcsrchr-vx.S index 7903d7ec60..3465ee3726 100644 --- a/sysdeps/s390/wcsrchr-vx.S +++ b/sysdeps/s390/wcsrchr-vx.S @@ -29,7 +29,7 @@ Register usage: -r0=loaded bytes in first part of s. - -r1=pointer to last occurence of c or NULL if not found. + -r1=pointer to last occurrence of c or NULL if not found. -r2=s -r3=c -r4=tmp @@ -37,7 +37,7 @@ -v16=part of s -v17=index of found element -v18=replicated c - -v19=part of s with last occurence of c. + -v19=part of s with last occurrence of c. -v20=permute pattern */ ENTRY(WCSRCHR_Z13) @@ -100,7 +100,7 @@ ENTRY(WCSRCHR_Z13) j .Lloop .Lfound_first_part: - /* This code is only executed if the found c/zero is whithin loaded + /* This code is only executed if the found c/zero is within loaded bytes. If no c/zero was found (cc==3) the found index = 16, thus this code is not called. Resulting condition code of vector find element equal: -- cgit 1.4.1