]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak comments
authorJim Meyering <jim@meyering.net>
Sun, 10 Aug 2003 13:31:42 +0000 (13:31 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 10 Aug 2003 13:31:42 +0000 (13:31 +0000)
m4/utimes.m4

index ce1a7caf012e826e7347ed191408f8641b0622dc..4ba5bbbb86049279cc8048c1235e55b77bf7f5e3 100644 (file)
@@ -1,7 +1,7 @@
-# See if we need to work around bugs in glibc's implementation of utimes
-# from around July/August 2003.
-# First, there was a bug that would make utimes set mtime and atime
-# to zero (1970-01-01) unconditionally.
+# See if we need to work around bugs in glibc's implementation of
+# utimes from around July/August 2003.
+# 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.
 #
 # From Jim Meyering, with suggestions from Paul Eggert.