From: Jim Meyering Date: Sun, 19 Dec 1999 15:51:32 +0000 (+0000) Subject: tweak comment X-Git-Tag: TEXTUTILS-2_0a~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7769c416efa7026dad54d14c7cf2e6460ae49475;p=thirdparty%2Fcoreutils.git tweak comment --- diff --git a/src/sleep.c b/src/sleep.c index 583413320d..ec64098be5 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -165,8 +165,8 @@ main (int argc, char **argv) if (fail) usage (1); - /* Round to the nearest nanosecond here so that tv_nsec will be - no larger than 999,999,999. */ + /* Add this here so we end up rounding to the nearest nanosecond. + This ensures that that tv_nsec will be no larger than 999,999,999. */ seconds += .0000000005; /* Separate whole seconds from nanoseconds. */