diff options
Diffstat (limited to 'lib/util/time.c')
-rw-r--r-- | lib/util/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/time.c b/lib/util/time.c index 6fbeb9749a..7c1532a230 100644 --- a/lib/util/time.c +++ b/lib/util/time.c @@ -68,7 +68,7 @@ _PUBLIC_ void clock_gettime_mono(struct timespec *tp) /** a wrapper to preferably get the monotonic time in seconds as this is only second resolution we can use the cached -(and much faster) COARS clock variant +(and much faster) COARSE clock variant **/ _PUBLIC_ time_t time_mono(time_t *t) { |