From: Jonathan Wakely Date: Mon, 26 Oct 2020 11:46:00 +0000 (+0000) Subject: Fix typo in NEWS file X-Git-Tag: glibc-2.33~356 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce643e6fe97b20716ac3888ba832539011fe9186;p=thirdparty%2Fglibc.git Fix typo in NEWS file --- diff --git a/NEWS b/NEWS index 3c1e5097448..312c22c7c14 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 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.