]> Savannah Git Hosting - gnulib.git/commitdiff
doc: fix time.texi wording
authorJim Meyering <meyering@fb.com>
Sat, 4 Jan 2020 01:09:13 +0000 (17:09 -0800)
committerJim Meyering <meyering@fb.com>
Sat, 4 Jan 2020 01:09:13 +0000 (17:09 -0800)
* doc/posix-headers/time.texi (time.h): Typo.

ChangeLog
doc/posix-headers/time.texi

index 930f7150314a417d0b9f1a1007175b306e86c696..c5ae7b73083914d3e557228bdbd2e7b488fe6365 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-01-03  Jim Meyering  <meyering@fb.com>
+
+       doc: fix time.texi wording
+       * doc/posix-headers/time.texi (time.h): Typo.
+
 2020-01-03  Bruno Haible  <bruno@clisp.org>
 
        mbrtowc: Refactor locale charset dispatching.
index 67741ca56b31164b2c0b122db9e1d7f9a14ec3ec..980212cc58eb12baef74c5679ba7b5393f079bc9 100644 (file)
@@ -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}