diff options
author | Sam Lantinga <slouken@libsdl.org> | 2011-10-30 17:31:59 -0400 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2011-10-30 17:31:59 -0400 |
commit | 16c5f4b9279e5c380b7b770c5e301c9a0195e58a (patch) | |
tree | 50e53881b05a6ccb93dbbc2b28add536bbea42d2 /include | |
parent | 43753566d7c3981812f0a531a20eb5c56150ec16 (diff) |
Fixed typo - thanks Sheena!
Diffstat (limited to 'include')
-rw-r--r-- | include/SDL_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_log.h b/include/SDL_log.h index b48e246f..cd735841 100644 --- a/include/SDL_log.h +++ b/include/SDL_log.h @@ -121,7 +121,7 @@ extern DECLSPEC void SDLCALL SDL_LogSetPriority(int category, SDL_LogPriority priority); /** - * \brief Set the priority of a particular log category + * \brief Get the priority of a particular log category */ extern DECLSPEC SDL_LogPriority SDLCALL SDL_LogGetPriority(int category); |