Update comment about utimes bugs.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 27 Sep 2003 15:46:21 +0000 (15:46 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 27 Sep 2003 15:46:21 +0000 (15:46 +0000)
m4/utimes.m4

index 3b8d945ac25558fc0dd327cf9c4bf1128f5dff93..dae46f00eb5c072de2cfa151ee2a7dd693267d8c 100644 (file)
@@ -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.