From 644e697fab4af7ccc4143f8d0201cb31c91b8a3f Mon Sep 17 00:00:00 2001 From: Uri Simchoni Date: Mon, 28 Mar 2016 10:08:58 +0300 Subject: [PATCH] lib/util: fix function comment Signed-off-by: Uri Simchoni Reviewed-by: Jeremy Allison --- lib/util/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.3