From: Paul Eggert Date: Thu, 10 Nov 2005 20:20:31 +0000 (+0000) Subject: Fix comment X-Git-Tag: v6.0~1378 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d9e6430a398c1160810f5907ab7da3fe4e480a7;p=thirdparty%2Fcoreutils.git Fix comment --- diff --git a/lib/gethrxtime.h b/lib/gethrxtime.h index ecbd505d50..2247f968d3 100644 --- a/lib/gethrxtime.h +++ b/lib/gethrxtime.h @@ -24,8 +24,9 @@ # include "xtime.h" /* Get the current time, as a count of the number of nanoseconds since - an arbitrary epoch (e.g., the system boot time). This clock can't - be set, is always increasing, and is nearly linear. */ + an arbitrary epoch (e.g., the system boot time). Prefer a + high-resolution clock that is not subject to resetting or + drifting. */ # if HAVE_ARITHMETIC_HRTIME_T && HAVE_DECL_GETHRTIME # include