summaryrefslogtreecommitdiff
path: root/include/SDL_stdinc.h
diff options
context:
space:
mode:
authorPhilipp Wiesemann <philipp.wiesemann@arcor.de>2014-06-08 12:51:02 +0200
committerPhilipp Wiesemann <philipp.wiesemann@arcor.de>2014-06-08 12:51:02 +0200
commit3f31a5099fcaf75e53ce99ebca2deb61914f7b63 (patch)
tree6dc122f84f3a23244b8b97b6395c13fc5f7ab730 /include/SDL_stdinc.h
parent2898c3ad81328a75d665e08c765e619e4a106ae3 (diff)
downloadsdl-3f31a5099fcaf75e53ce99ebca2deb61914f7b63.tar.gz
Fixed typo in source comment.
Diffstat (limited to 'include/SDL_stdinc.h')
-rw-r--r--include/SDL_stdinc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_stdinc.h b/include/SDL_stdinc.h
index 1b470ce48..bc5b2b695 100644
--- a/include/SDL_stdinc.h
+++ b/include/SDL_stdinc.h
@@ -208,7 +208,7 @@ typedef uint64_t Uint64;
#define SDL_PRINTF_VARARG_FUNC( fmtargnumber )
#define SDL_SCANF_VARARG_FUNC( fmtargnumber )
#endif
-#endif /* SDL_DISABLE_ANALYSE_MACROS */
+#endif /* SDL_DISABLE_ANALYZE_MACROS */
#define SDL_COMPILE_TIME_ASSERT(name, x) \
typedef int SDL_dummy_ ## name[(x) * 2 - 1]