Explorar el Código

Fixed typo in header file documentation comment.

Philipp Wiesemann hace 11 años
padre
commit
8c9571a26b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/SDL_hints.h

+ 1 - 1
include/SDL_hints.h

@@ -355,7 +355,7 @@ extern "C" {
 *  Use this hint in case you need to set SDL's threads stack size to other than the default.
 *  This is specially useful if you build SDL against a non glibc libc library (such as musl) which
 *  provides a relatively small default thread stack size (a few kilobytes versus the default 8MB glibc uses).
-*  Support for this hint is currenly available only in the pthread backend.
+*  Support for this hint is currently available only in the pthread backend.
 */
 #define SDL_HINT_THREAD_STACK_SIZE              "SDL_THREAD_STACK_SIZE"