From aa9b4ec8944461c9f738652f6fe76ad5550a1c33 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sat, 11 Jan 2025 16:25:41 +0000 Subject: [PATCH] Sync SDL2 wiki -> header [ci skip] --- include/SDL_hints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_hints.h b/include/SDL_hints.h index 4e37063a71..4665107fd2 100644 --- a/include/SDL_hints.h +++ b/include/SDL_hints.h @@ -2606,7 +2606,7 @@ extern "C" { * Force SDL to use Critical Sections for mutexes on Windows. * * On Windows 7 and newer, Slim Reader/Writer Locks are available. They offer - * better performance, allocate no kernel ressources and use less memory. SDL + * better performance, allocate no kernel resources and use less memory. SDL * will fall back to Critical Sections on older OS versions or if forced to by * this hint. *