about summary refs log tree commit diff
path: root/sysdeps/s390/s390-64/strncpy-z900.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/s390/s390-64/strncpy-z900.S')
-rw-r--r--sysdeps/s390/s390-64/strncpy-z900.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/s390-64/strncpy-z900.S b/sysdeps/s390/s390-64/strncpy-z900.S
index 5d39243ae2..97b725e43f 100644
--- a/sysdeps/s390/s390-64/strncpy-z900.S
+++ b/sysdeps/s390/s390-64/strncpy-z900.S
@@ -52,7 +52,7 @@ ENTRY(STRNCPY_Z900_G5)
 	jz    .L8
 	icm   %r0,2,6(%r3)	    # seventh byte
 	jz    .L9
-	icm   %r0,1,7(%r3)	    # eigth byte
+	icm   %r0,1,7(%r3)	    # eighth byte
 	jz    .L10
 	stg   %r0,0(%r2,%r3)	    # store all eight to dest.
 	la    %r3,8(%r3)