From cad94bd5021c24319c0502bb36b132b8ece80a69 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Wed, 15 Jul 2015 21:12:04 +0200 Subject: [PATCH] Fixed typo in test header file comment. --- include/SDL_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_test.h b/include/SDL_test.h index 5eed41a1b..77b350bd0 100644 --- a/include/SDL_test.h +++ b/include/SDL_test.h @@ -52,7 +52,7 @@ extern "C" { /* Global definitions */ /* - * Note: Maximum size of SDLTest log message is less than SDLs limit + * Note: Maximum size of SDLTest log message is less than SDL's limit * to ensure we can fit additional information such as the timestamp. */ #define SDLTEST_MAX_LOGMESSAGE_LENGTH 3584