[committed] Fix typo in NEWS file

Message ID 20201026114757.GA1833726@redhat.com
State Committed
Headers
Series [committed] Fix typo in NEWS file |

Commit Message

Jonathan Wakely Oct. 26, 2020, 11:47 a.m. UTC
  I've pushed this patch.
commit ce643e6fe97b20716ac3888ba832539011fe9186
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Oct 26 11:46:00 2020 +0000

    Fix typo in NEWS file
  

Comments

Adhemerval Zanella Oct. 26, 2020, 12:16 p.m. UTC | #1
On 26/10/2020 08:47, Jonathan Wakely via Libc-alpha wrote:
> I've pushed this patch.

Thanks, but most likely we will revert the ftime patch to reinstate it.
  

Patch

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.