diff options
author | Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> | 2018-11-20 23:57:23 +0100 |
---|---|---|
committer | Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> | 2018-12-18 10:47:26 +0100 |
commit | bfb79db4c31635a844070db80e651175254bb249 (patch) | |
tree | 252741dce6dd13357cb404c3236065c897734bf0 /manual/maint.texi | |
parent | 6e15f3e26bd180d0d5fd3bc923d5a8489aa698d1 (diff) | |
download | glibc-bfb79db4c31635a844070db80e651175254bb249.tar glibc-bfb79db4c31635a844070db80e651175254bb249.tar.gz glibc-bfb79db4c31635a844070db80e651175254bb249.tar.bz2 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 'manual/maint.texi')
-rw-r--r-- | manual/maint.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/maint.texi b/manual/maint.texi index d516a90293..a1b8f62d14 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 |