diff options
Diffstat (limited to 'sysdeps/s390/wcsrchr-vx.S')
-rw-r--r-- | sysdeps/s390/wcsrchr-vx.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/s390/wcsrchr-vx.S b/sysdeps/s390/wcsrchr-vx.S index 7903d7e..3465ee3 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: |