diff options
Diffstat (limited to 'sysdeps/s390/strrchr-vx.S')
-rw-r--r-- | sysdeps/s390/strrchr-vx.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/s390/strrchr-vx.S b/sysdeps/s390/strrchr-vx.S index 70b9534676..2091c13cf8 100644 --- a/sysdeps/s390/strrchr-vx.S +++ b/sysdeps/s390/strrchr-vx.S @@ -30,7 +30,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 @@ -38,7 +38,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(STRRCHR_Z13) @@ -99,7 +99,7 @@ ENTRY(STRRCHR_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: |