diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-09-20 23:09:06 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-09-20 23:09:06 -0700 |
commit | a545ecd99ba404b36081bf65ebe570c2b6600eaa (patch) | |
tree | bd5ede02560bd8b41df7edd7e5213dc2a0cd8cc8 | |
parent | 015a4c6193366998683c69190d6e415e1a1ebe6e (diff) | |
download | glibc-a545ecd99ba404b36081bf65ebe570c2b6600eaa.zip glibc-a545ecd99ba404b36081bf65ebe570c2b6600eaa.tar.gz glibc-a545ecd99ba404b36081bf65ebe570c2b6600eaa.tar.bz2 |
Better CL.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ 2010-09-20 Ulrich Drepper <drepper@redhat.com> - * sysdeps/x86_64/strcmp.S: Fix another type in strncasecmp limit + * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit detection. 2010-09-20 Andreas Schwab <schwab@redhat.com> |