diff options
Diffstat (limited to 'libc/string/x86_64/strlen.S')
-rw-r--r-- | libc/string/x86_64/strlen.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/x86_64/strlen.S b/libc/string/x86_64/strlen.S index e79537f87..3b6f2ac86 100644 --- a/libc/string/x86_64/strlen.S +++ b/libc/string/x86_64/strlen.S @@ -98,7 +98,7 @@ ENTRY (strlen) the addition will not result in 0. */ jz 4b /* no NUL found => continue loop */ - .p2align 4 /* Align, it's a jump target. */ + .p2align 4 /* Align, it is a jump target. */ 3: subq $8,%rax /* correct pointer increment. */ testb %cl, %cl /* is first byte NUL? */ |