Skip to content

Commit

Permalink
Corrected file names in header file comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Aug 18, 2013
1 parent 8cf7305 commit ad608e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/SDL_mutex.h
Expand Up @@ -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;

Expand Down Expand Up @@ -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;

Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit ad608e2

Please sign in to comment.