From 9d9e6430a398c1160810f5907ab7da3fe4e480a7 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 10 Nov 2005 20:20:31 +0000 Subject: [PATCH] Fix comment --- lib/gethrxtime.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.3