]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib/util: fix function comment
authorUri Simchoni <uri@samba.org>
Mon, 28 Mar 2016 07:08:58 +0000 (10:08 +0300)
committerJeremy Allison <jra@samba.org>
Mon, 28 Mar 2016 18:45:16 +0000 (20:45 +0200)
Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/util/time.c

index 3c709af6b1154cb742dfb77de6a26b2310ce6d23..8c01627e2a19ebede23bad8bf0dbdcf6500ddc40 100644 (file)
@@ -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)
 {