summaryrefslogtreecommitdiff
path: root/doc/posix-headers
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2020-01-03 17:09:13 -0800
committerJim Meyering <meyering@fb.com>2020-01-03 17:09:13 -0800
commit2bcac6083ddcadd62a83f3928974364cacce5d17 (patch)
tree57a571296d33e5554ab8ecc75ffded345c59400e /doc/posix-headers
parent3df90147719110350d9a674cc37e99cbd27a9c3e (diff)
downloadgnulib-2bcac6083ddcadd62a83f3928974364cacce5d17.tar.gz
doc: fix time.texi wording
* doc/posix-headers/time.texi (time.h): Typo.
Diffstat (limited to 'doc/posix-headers')
-rw-r--r--doc/posix-headers/time.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-headers/time.texi b/doc/posix-headers/time.texi
index 67741ca56b..980212cc58 100644
--- a/doc/posix-headers/time.texi
+++ b/doc/posix-headers/time.texi
@@ -24,7 +24,7 @@ fail with @code{errno == EOVERFLOW} when a timestamp is out of range,
such as with a file timestamp in the far future or past; on others,
the functions silently return the low-order 32 bits of the correct
timestamp. These platforms will be obsolete when 32-bit @code{time_t}
-rolls around, which will occur the year 2038 for the typical case when
+rolls around, which will occur in 2038 for the typical case when
@code{time_t} is signed.
@item
On some platforms the @code{tv_nsec} member of @code{struct timespec}