about summary refs log tree commit diff
diff options
context:
space:
mode:
-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.