SDL: docs: SDL_Locale is a struct, not a function.

From c1918f0817eda6c0158c1f7943483df927869b87 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Mon, 22 Jun 2026 22:13:06 -0400
Subject: [PATCH] docs: SDL_Locale is a struct, not a function.

---
 include/SDL3/SDL_locale.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_locale.h b/include/SDL3/SDL_locale.h
index 9f03aa90d0556..0bceec8f8b786 100644
--- a/include/SDL3/SDL_locale.h
+++ b/include/SDL3/SDL_locale.h
@@ -53,7 +53,7 @@ extern "C" {
  * would be "en"), and the country, if not NULL, will be an ISO-3166 country
  * code (so Canada would be "CA").
  *
- * \since This function is available since SDL 3.2.0.
+ * \since This struct is available since SDL 3.2.0.
  *
  * \sa SDL_GetPreferredLocales
  */