summaryrefslogtreecommitdiff
path: root/lib/xtime.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/xtime.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/xtime.h')
-rw-r--r--lib/xtime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/xtime.h b/lib/xtime.h
index 810a3c7796..6cea17c493 100644
--- a/lib/xtime.h
+++ b/lib/xtime.h
@@ -1,4 +1,4 @@
-/* xtime -- extended-resolution integer time stamps
+/* xtime -- extended-resolution integer timestamps
Copyright (C) 2005-2006, 2009-2017 Free Software Foundation, Inc.
@@ -28,7 +28,7 @@ _GL_INLINE_HEADER_BEGIN
# define XTIME_INLINE _GL_INLINE
#endif
-/* xtime_t is a signed type used for time stamps. It is an integer
+/* xtime_t is a signed type used for timestamps. It is an integer
type that is a count of nanoseconds -- except for obsolescent hosts
without sufficiently-wide integers, where it is a count of
seconds. */