From 228710c55bc4e8f69ad56ad981b25a0c4ce41a4c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 1 Dec 2014 09:21:34 +0000 Subject: do not report time in future if time did not move forwards. --- include/nsutils/time.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/nsutils/time.h') diff --git a/include/nsutils/time.h b/include/nsutils/time.h index aa39d94..715d3e4 100644 --- a/include/nsutils/time.h +++ b/include/nsutils/time.h @@ -18,15 +18,12 @@ #include /** - * Get a monotonically incriminating number of milliseconds. + * Get a monotonically incrementing number of milliseconds. * * Obtain a count of elapsed time in milliseconds from an arbitrary point in * time. Unlike gettimeofday this will continue linearly across time setting * and not go backwards. * - * \note The read value will always increment by at least 1 on each call meaning - * times less than 1ms cannot be differentiated. - * * \param current The current value of the counter. * \return NSERROR_OK on success else error code. */ -- cgit v1.2.3