summaryrefslogtreecommitdiff
path: root/include/nsutils/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nsutils/time.h')
-rw-r--r--include/nsutils/time.h5
1 files changed, 1 insertions, 4 deletions
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 <nsutils/errors.h>
/**
- * 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.
*/