summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2011-10-30 17:31:59 -0400
committerSam Lantinga <slouken@libsdl.org>2011-10-30 17:31:59 -0400
commit16c5f4b9279e5c380b7b770c5e301c9a0195e58a (patch)
tree50e53881b05a6ccb93dbbc2b28add536bbea42d2 /include
parent43753566d7c3981812f0a531a20eb5c56150ec16 (diff)
Fixed typo - thanks Sheena!
Diffstat (limited to 'include')
-rw-r--r--include/SDL_log.h2
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);