diff options
author | Volker Lendecke <vl@samba.org> | 2010-09-14 21:10:27 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-09-15 09:33:34 -0700 |
commit | 301b60acc00b12a409a37f6cc17315f25fa49f86 (patch) | |
tree | 983290b5f13bc67f0b910696bbebd13b2d12e554 /lib/util | |
parent | e7f21fa9418aaaee81ddf16f444ba318f7c2b03e (diff) | |
download | samba-301b60acc00b12a409a37f6cc17315f25fa49f86.tar.gz samba-301b60acc00b12a409a37f6cc17315f25fa49f86.tar.bz2 samba-301b60acc00b12a409a37f6cc17315f25fa49f86.zip |
Fix a typo
Diffstat (limited to 'lib/util')
-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) { |