From 6a72595649456d1aaa8d15e152c830aab1c4c422 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Wed, 19 May 2021 08:29:45 -0700 Subject: [PATCH] Fix typo in SDL_config_emscripten.h (#147) --- include/SDL_config_emscripten.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_config_emscripten.h b/include/SDL_config_emscripten.h index 0200b948b..5e624d352 100644 --- a/include/SDL_config_emscripten.h +++ b/include/SDL_config_emscripten.h @@ -27,7 +27,7 @@ /** * \file SDL_config_emscripten.h * - * This is a configuration that can be used to build SDL for Android + * This is a configuration that can be used to build SDL for Emscripten. */ #ifdef __LP64__