about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>2018-11-20 23:57:23 +0100
committerAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>2018-12-18 10:47:26 +0100
commitbfb79db4c31635a844070db80e651175254bb249 (patch)
tree252741dce6dd13357cb404c3236065c897734bf0 /ChangeLog
parent6e15f3e26bd180d0d5fd3bc923d5a8489aa698d1 (diff)
downloadglibc-bfb79db4c31635a844070db80e651175254bb249.tar.gz
glibc-bfb79db4c31635a844070db80e651175254bb249.tar.xz
glibc-bfb79db4c31635a844070db80e651175254bb249.zip
Fix __TIMERSIZE and @theglibcadj typos
Fix following typos in parent commit:
- ChangeLog: __TIMERSIZE should be __TIMESIZE
- manual/maint.texi: @theglibcadj should be @glibcadj
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e7316013b6..cffd643300 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@
 	* manual/maint.texi: Document Y2038 symbol handling.
 	* time/localtime.c
 	(__localtime64): Add.
-	[__TIMERSIZE != 64] (__localtime): Turn into a wrapper.
+	[__TIMESIZE != 64] (__localtime): Turn into a wrapper.
 
 2018-12-17  Joseph Myers  <joseph@codesourcery.com>