about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2010-12-19 22:52:57 -0500
committerUlrich Drepper <drepper@gmail.com>2010-12-19 22:52:57 -0500
commit14b697f75a5f039a0e3155c62399ee217c0f17dc (patch)
tree6820f723ec400637f5b2cbdb118f0955daca1a60
parent30950a5fd2346c43ba4fc59c16f122cfb59f9629 (diff)
downloadglibc-14b697f75a5f039a0e3155c62399ee217c0f17dc.tar.gz
glibc-14b697f75a5f039a0e3155c62399ee217c0f17dc.tar.xz
glibc-14b697f75a5f039a0e3155c62399ee217c0f17dc.zip
Fix ChangeLogs.
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ad3d95d111..9f8305624c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,13 +22,14 @@
 
 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
 
-	* sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more accurate.
+	* sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
+	accurately.
 	* sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
 	GETDENTS_64BIT_ALIGNED.
 
 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
 
-	* sysdeps/i386/i686/multiarch/strcmp.S: Undo accident checkin.
+	* sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
 
 2010-12-10  Andreas Schwab  <schwab@redhat.com>