about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-10-26 11:46:00 +0000
committerJonathan Wakely <jwakely@redhat.com>2020-10-26 11:46:00 +0000
commitce643e6fe97b20716ac3888ba832539011fe9186 (patch)
treec6b102b323556b9b1350ef9d1e3fb6147d267cdd /NEWS
parent9a29f1a2ae3d4bb253ee368e0d71db0ca9494120 (diff)
downloadglibc-ce643e6fe97b20716ac3888ba832539011fe9186.tar.gz
glibc-ce643e6fe97b20716ac3888ba832539011fe9186.tar.xz
glibc-ce643e6fe97b20716ac3888ba832539011fe9186.zip
Fix typo in NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3c1e509744..312c22c7c1 100644
--- a/NEWS
+++ b/NEWS
@@ -38,7 +38,7 @@ Deprecated and removed features, and other changes affecting compatibility:
   Instead, the default implementation is used.
 
 * The deprecated <sys/timeb.h> header and the ftime function have been
-  removed.  To support old binaries, the ftime function continue to exist
+  removed.  To support old binaries, the ftime function continues to exist
   as a compatibility symbol (on those architectures which had it).  All
   programs should use gettimeofday or clock_gettime instead.