SDL_ttf: Update comment to clarify font hinting enum description

From c82c4bd9db7fa8edbb5dfe39513405d7416a7603 Mon Sep 17 00:00:00 2001
From: Eduard Gushchin <[EMAIL REDACTED]>
Date: Sat, 28 Dec 2024 23:27:34 +0300
Subject: [PATCH] Update comment to clarify font hinting enum description

Co-authored-by: Sam Lantinga <slouken@libsdl.org>
---
 include/SDL3_ttf/SDL_ttf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL3_ttf/SDL_ttf.h b/include/SDL3_ttf/SDL_ttf.h
index fe4bdd52..071f5fab 100644
--- a/include/SDL3_ttf/SDL_ttf.h
+++ b/include/SDL3_ttf/SDL_ttf.h
@@ -460,7 +460,7 @@ extern SDL_DECLSPEC int SDLCALL TTF_GetFontOutline(const TTF_Font *font);
 /**
  * Hinting flags for TTF (TrueType Fonts)
  *
- * These flags specify the level of hinting to be applied to the font rendering.
+ * This enum specifies the level of hinting to be applied to the font rendering.
  * The hinting level determines how much the font's outlines are adjusted for better alignment on the pixel grid.
  *
  * \since This enum is available since SDL_ttf 3.0.0.