Fix __TIMERSIZE and @theglibcadj typos

Fix following typos in parent commit:
- ChangeLog: __TIMERSIZE should be __TIMESIZE
- manual/maint.texi: @theglibcadj should be @glibcadj
This commit is contained in:
Albert ARIBAUD (3ADEV) 2018-11-20 23:57:23 +01:00
parent 6e15f3e26b
commit bfb79db4c3
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View 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