aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--manual/maint.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e731601..cffd643 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>
diff --git a/manual/maint.texi b/manual/maint.texi
index d516a90..a1b8f62 100644
--- a/manual/maint.texi
+++ b/manual/maint.texi
@@ -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