From: Uri Simchoni Date: Mon, 28 Mar 2016 07:08:58 +0000 (+0300) Subject: lib/util: fix function comment X-Git-Tag: tdb-1.3.9~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=644e697fab4af7ccc4143f8d0201cb31c91b8a3f;p=thirdparty%2Fsamba.git lib/util: fix function comment Signed-off-by: Uri Simchoni Reviewed-by: Jeremy Allison --- diff --git a/lib/util/time.c b/lib/util/time.c index 3c709af6b11..8c01627e2a1 100644 --- a/lib/util/time.c +++ b/lib/util/time.c @@ -477,7 +477,7 @@ _PUBLIC_ int64_t usec_time_diff(const struct timeval *tv1, const struct timeval } /** - return (tp1 - tp2) in microseconds + return (tp1 - tp2) in nanoseconds */ _PUBLIC_ int64_t nsec_time_diff(const struct timespec *tp1, const struct timespec *tp2) {