summaryrefslogtreecommitdiff
path: root/m4/utimes.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-10 13:31:42 +0000
committerJim Meyering <jim@meyering.net>2003-08-10 13:31:42 +0000
commit8892d683be7d11937a271644247592a3e7b6db5e (patch)
tree7c5f84cb5641077ac6dc94e988e7acc9a57fdfe6 /m4/utimes.m4
parent54c5324dbd6926df26bfeb177aa174c31bdc3b49 (diff)
downloadcoreutils-8892d683be7d11937a271644247592a3e7b6db5e.tar.xz
tweak comments
Diffstat (limited to 'm4/utimes.m4')
-rw-r--r--m4/utimes.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/utimes.m4 b/m4/utimes.m4
index ce1a7caf0..4ba5bbbb8 100644
--- a/m4/utimes.m4
+++ b/m4/utimes.m4
@@ -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.