From: Jim Meyering Date: Sun, 10 Aug 2003 13:31:42 +0000 (+0000) Subject: tweak comments X-Git-Tag: CPPI-1_11~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8892d683be7d11937a271644247592a3e7b6db5e;p=thirdparty%2Fcoreutils.git tweak comments --- diff --git a/m4/utimes.m4 b/m4/utimes.m4 index ce1a7caf01..4ba5bbbb86 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.