]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix __TIMERSIZE and @theglibcadj typos
authorAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Tue, 20 Nov 2018 22:57:23 +0000 (23:57 +0100)
committerAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Tue, 18 Dec 2018 09:47:26 +0000 (10:47 +0100)
Fix following typos in parent commit:
- ChangeLog: __TIMERSIZE should be __TIMESIZE
- manual/maint.texi: @theglibcadj should be @glibcadj

ChangeLog
manual/maint.texi

index e7316013b690340e02308fee9f5731628a66b722..cffd6433000cd12ac45cfc7d07607b74c2f4b432 100644 (file)
--- 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>
 
index d516a9029321ead4482acc8c0713858c93410937..a1b8f62d14c74d1f2c9018d515418347be634b20 100644 (file)
@@ -195,7 +195,7 @@ header file in the machine-specific directory, e.g.,
 @node 64-bit time symbol handling
 @appendixsubsec 64-bit time symbol handling in the GNU C Library
 
-With respect to time handling, @theglibcadj{} configurations fall in two
+With respect to time handling, @glibcadj{} configurations fall in two
 classes depending on the value of @code{__TIMESIZE}:
 
 @table @code