diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-07 10:33:10 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-07 10:33:10 -0400 |
commit | d42964a093978988c08c42e62e9c8d768fabdf1f (patch) | |
tree | faaf0c07198d4b7b54f29f696204832647fb07b2 /NEWS | |
parent | 684ae515993269277448150a1ca70db3b94aa5bd (diff) | |
download | glibc-d42964a093978988c08c42e62e9c8d768fabdf1f.zip glibc-d42964a093978988c08c42e62e9c8d768fabdf1f.tar.gz glibc-d42964a093978988c08c42e62e9c8d768fabdf1f.tar.bz2 |
Fix type in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ Version 2.15 x86-64. Contributed by Liubov Dmitrieva. -* Optimized strchrm strrchr for SSE on x86-32. +* Optimized strchr and strrchr for SSE on x86-32. Contributed by Liubov Dmitrieva. * New interfaces: scandirat, scandirat64 |