From e89646ad6f767a475ac83b31ffc00ba17372964c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 9 Jan 2017 11:55:22 -0800 Subject: maint: time stamp -> timestamp Use the spelling "timestamp", as that is what POSIX uses. --- lib/utimecmp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/utimecmp.h') diff --git a/lib/utimecmp.h b/lib/utimecmp.h index 4d1d044eae..11e9d7cf52 100644 --- a/lib/utimecmp.h +++ b/lib/utimecmp.h @@ -1,4 +1,4 @@ -/* utimecmp.h -- compare file time stamps +/* utimecmp.h -- compare file timestamps Copyright (C) 2004, 2009-2017 Free Software Foundation, Inc. @@ -26,7 +26,7 @@ /* Options for utimecmp. */ enum { - /* Before comparing, truncate the source time stamp to the + /* Before comparing, truncate the source timestamp to the resolution of the destination file system and to the resolution of utimens. */ UTIMECMP_TRUNCATE_SOURCE = 1 -- cgit v1.2.1