summaryrefslogtreecommitdiff
path: root/lib/utimecmp.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-01-09 11:55:22 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2017-01-09 11:58:08 -0800
commite89646ad6f767a475ac83b31ffc00ba17372964c (patch)
tree880a78cef6e2b3ee5f777915b1c39a0206898a33 /lib/utimecmp.h
parent8d98f32d60bb9ed073a18b5bcceab56ffe0cd990 (diff)
downloadgnulib-e89646ad6f767a475ac83b31ffc00ba17372964c.tar.gz
maint: time stamp -> timestamp
Use the spelling "timestamp", as that is what POSIX uses.
Diffstat (limited to 'lib/utimecmp.h')
-rw-r--r--lib/utimecmp.h4
1 files changed, 2 insertions, 2 deletions
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