sdl: correct misleading comments

Change-Id: Ieb33d3fec1e0d834c5e294b79f280959497acb6a
This commit is contained in:
Franklin Wei 2018-01-14 19:31:27 -05:00
parent 769d73d734
commit 69ff35ac49
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
*/ */
#include "SDL_config.h" #include "SDL_config.h"
/* An implementation of mutexes using semaphores */ /* Rockbox mutex wrapper */
#include "SDL_thread.h" #include "SDL_thread.h"
#include "SDL_systhread_c.h" #include "SDL_systhread_c.h"

View file

@ -21,7 +21,7 @@
*/ */
#include "SDL_config.h" #include "SDL_config.h"
/* An implementation of semaphores using mutexes and condition variables */ /* Rockbox semaphore wrapper */
#include "SDL_timer.h" #include "SDL_timer.h"
#include "SDL_thread.h" #include "SDL_thread.h"