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

index c70f42b01202b37ef4a953f543c8f8a4f8f471cb..454e99fb27a5ac3b415d92ab98d2f39245dbea2b 100644 (file)
@@ -82,7 +82,7 @@ int nanosleep(struct timespec *, struct timespec *);
 /*
  * 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 uå when ntpdate
+ * stick to the realtime clock. Nevermind it screws everything up when ntpdate
  * warps the wall clock.
  */
 #  undef CLOCK_MONOTONIC