From 8d29c49ebc06d98f74f7bd8f1da711162f0fefe7 Mon Sep 17 00:00:00 2001 From: Mahyar Koshkouei Date: Wed, 23 May 2018 10:06:33 +0100 Subject: [PATCH] Fix comment Signed-off-by: Mahyar Koshkouei --- mpv-libretro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv-libretro.c b/mpv-libretro.c index 2054a52..8402541 100644 --- a/mpv-libretro.c +++ b/mpv-libretro.c @@ -15,7 +15,7 @@ * along with this program. If not, see . */ -/* Required for nanosleep */ +/* Required for retro_sleep */ #define _POSIX_C_SOURCE 199309L #include