From ad608e2dc391e7d0fbe30697cd51debe9d091636 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 18 Aug 2013 11:12:46 +0200 Subject: [PATCH] Corrected file names in header file comments. --- include/SDL_mutex.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/SDL_mutex.h b/include/SDL_mutex.h index 3efc4a8901d1a..4f2c506159af3 100644 --- a/include/SDL_mutex.h +++ b/include/SDL_mutex.h @@ -54,7 +54,7 @@ extern "C" { */ /*@{*/ -/* The SDL mutex structure, defined in SDL_mutex.c */ +/* The SDL mutex structure, defined in SDL_sysmutex.c */ struct SDL_mutex; typedef struct SDL_mutex SDL_mutex; @@ -102,7 +102,7 @@ extern DECLSPEC void SDLCALL SDL_DestroyMutex(SDL_mutex * mutex); */ /*@{*/ -/* The SDL semaphore structure, defined in SDL_sem.c */ +/* The SDL semaphore structure, defined in SDL_syssem.c */ struct SDL_semaphore; typedef struct SDL_semaphore SDL_sem; @@ -162,7 +162,7 @@ extern DECLSPEC Uint32 SDLCALL SDL_SemValue(SDL_sem * sem); */ /*@{*/ -/* The SDL condition variable structure, defined in SDL_cond.c */ +/* The SDL condition variable structure, defined in SDL_syscond.c */ struct SDL_cond; typedef struct SDL_cond SDL_cond;