]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo in NEWS file
authorJonathan Wakely <jwakely@redhat.com>
Mon, 26 Oct 2020 11:46:00 +0000 (11:46 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 26 Oct 2020 11:46:00 +0000 (11:46 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3c1e5097448a09e6a55f6294bf84ecdbfc858f47..312c22c7c14e43bb055ab1ff48fc4c8aa69185b4 100644 (file)
--- 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.