From 7769c416efa7026dad54d14c7cf2e6460ae49475 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 19 Dec 1999 15:51:32 +0000 Subject: [PATCH] tweak comment --- src/sleep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ -- 2.47.3