From 301b60acc00b12a409a37f6cc17315f25fa49f86 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 14 Sep 2010 21:10:27 +0200 Subject: Fix a typo --- lib/util/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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) { -- cgit