]> git.sesse.net Git - vlc/commitdiff
Grammar
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 18 Oct 2009 13:02:35 +0000 (16:02 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 18 Oct 2009 13:16:14 +0000 (16:16 +0300)
src/misc/mtime.c

index d196fb77bd9561a3717a8bc16b95ef2b592fb464..c70f42b01202b37ef4a953f543c8f8a4f8f471cb 100644 (file)
@@ -80,9 +80,9 @@ int nanosleep(struct timespec *, struct timespec *);
 
 # if (_POSIX_CLOCK_SELECTION < 0)
 /*
- * We cannot use the monotonic clock is clock selection is not available,
+ * We cannot use the monotonic clock if clock selection is not available,
  * as it would screw vlc_cond_timedwait() completely. Instead, we have to
- * stick to the realtime clock. Nevermind it screws everything when ntpdate
+ * stick to the realtime clock. Nevermind it screws everything uå when ntpdate
  * warps the wall clock.
  */
 #  undef CLOCK_MONOTONIC