changeset 4752:d0f300fb7b8b

Update comment about utimes bugs.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 27 Sep 2003 15:46:21 +0000
parents bb3251e48cf2
children 6b790c4dd07d
files m4/utimes.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/utimes.m4
+++ b/m4/utimes.m4
@@ -1,8 +1,8 @@
 # See if we need to work around bugs in glibc's implementation of
-# utimes from around July/August 2003.
+# utimes from 2003-07-12 to 2003-09-17.
 # First, there was a bug that would make utimes set mtime
 # and atime to zero (1970-01-01) unconditionally.
-# Then, there is/was code to round rather than truncate.
+# Then, there was code to round rather than truncate.
 #
 # From Jim Meyering, with suggestions from Paul Eggert.