From 8892d683be7d11937a271644247592a3e7b6db5e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 10 Aug 2003 13:31:42 +0000 Subject: [PATCH] tweak comments --- m4/utimes.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/m4/utimes.m4 b/m4/utimes.m4 index ce1a7ca..4ba5bbb 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. -- 2.7.4