Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 14 Sep 2010 19:10:27 +0000 (21:10 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 15 Sep 2010 16:33:34 +0000 (09:33 -0700)
lib/util/time.c

index 6fbeb9749a1592d120fcad813627fed09dcf8228..7c1532a230afbaee05664334a100d7fcf2debbc4 100644 (file)
@@ -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)
 {