diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-15 11:11:12 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-15 11:11:12 -0400 |
commit | 2d1f3a4db65d2731a695dee6b973accea8b9adc0 (patch) | |
tree | 1ad0de8596ec03953298a6153d0105512b77001f /sysdeps/x86_64/multiarch | |
parent | be13f7bff66e1850f9057dd813d6e7be022d9516 (diff) | |
download | glibc-2d1f3a4db65d2731a695dee6b973accea8b9adc0.tar.gz glibc-2d1f3a4db65d2731a695dee6b973accea8b9adc0.tar.xz glibc-2d1f3a4db65d2731a695dee6b973accea8b9adc0.zip |
Fix WS
Diffstat (limited to 'sysdeps/x86_64/multiarch')
-rw-r--r-- | sysdeps/x86_64/multiarch/memcmp-ssse3.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/x86_64/multiarch/memcmp-ssse3.S b/sysdeps/x86_64/multiarch/memcmp-ssse3.S index b3a2ca1edd..e35a23ee7f 100644 --- a/sysdeps/x86_64/multiarch/memcmp-ssse3.S +++ b/sysdeps/x86_64/multiarch/memcmp-ssse3.S @@ -8,7 +8,7 @@ License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - The GNU C Library is distributed in the hope that it will be useful, + The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. @@ -31,8 +31,8 @@ # endif /* Warning! - wmemcmp has to use SIGNED comparison for elements. - memcmp has to use UNSIGNED comparison for elemnts. + wmemcmp has to use SIGNED comparison for elements. + memcmp has to use UNSIGNED comparison for elemnts. */ atom_text_section @@ -1625,7 +1625,7 @@ L(more32bytes): # else jmp L(36bytes) # endif - + ALIGN (4) L(more40bytes): cmp $40, %ecx |