summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cfg.mk2
-rw-r--r--doc/coreutils.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index 7e28d9cc4..ec0397410 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -48,7 +48,7 @@ export VERBOSE = yes
# 4914152 9e
export XZ_OPT = -8e
-old_NEWS_hash = 33e0d81904e66223883c8bc33c29a772
+old_NEWS_hash = 46e9780e1ed2f2df9611205e5e08b95a
# Add an exemption for sc_makefile_at_at_check.
_makefile_at_at_check_exceptions = ' && !/^cu_install_prog/ && !/dynamic-dep/'
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 1b4a9317f..825e452b1 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -11061,7 +11061,7 @@ For example, use @samp{touch ./12312359 main.c} or @samp{touch -t
Standard POSIX files have three timestamps: the access timestamp
(atime) of the last read, the modification timestamp (mtime) of the
last write, and the status change timestamp (ctime) of the last change
-to the the file's meta-information. Some file systems support a
+to the file's meta-information. Some file systems support a
fourth time: the birth timestamp (birthtime) of when the file was
created; by definition, birthtime never changes.