Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix WS
  • Loading branch information
Ulrich Drepper committed Oct 15, 2011
1 parent be13f7b commit 2d1f3a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sysdeps/x86_64/multiarch/memcmp-ssse3.S
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -1625,7 +1625,7 @@ L(more32bytes):
# else
jmp L(36bytes)
# endif

ALIGN (4)
L(more40bytes):
cmp $40, %ecx
Expand Down

0 comments on commit 2d1f3a4

Please sign in to comment.