diff options
Diffstat (limited to 'lib/libc/amd64/string/strcmp.S')
-rw-r--r-- | lib/libc/amd64/string/strcmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/string/strcmp.S b/lib/libc/amd64/string/strcmp.S index 07009c1..787e1e0 100644 --- a/lib/libc/amd64/string/strcmp.S +++ b/lib/libc/amd64/string/strcmp.S @@ -29,7 +29,7 @@ ENTRY(strcmp) jmp .Ldone /* - * Check whether s2 is aligned to a word boundry. If it is, we + * Check whether s2 is aligned to a word boundary. If it is, we * can compare by words. Otherwise we have to compare by bytes. */ .Ls1aligned: |