]> git.sesse.net Git - vlc/blobdiff - src/misc/mtime.c
Typo
[vlc] / 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