SDL: Fix documentation for SDL_sinf

From 5bf742daa61610cb406a00510b0a5393045d726d Mon Sep 17 00:00:00 2001
From: Brody Eller <[EMAIL REDACTED]>
Date: Tue, 24 Dec 2024 22:17:05 -0500
Subject: [PATCH] Fix documentation for SDL_sinf

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

diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h
index 06bdccf0ddd05..4a9c525a8b311 100644
--- a/include/SDL3/SDL_stdinc.h
+++ b/include/SDL3/SDL_stdinc.h
@@ -5577,7 +5577,7 @@ extern SDL_DECLSPEC double SDLCALL SDL_sin(double x);
  * Range: `-1 <= y <= 1`
  *
  * This function operates on single-precision floating point values, use
- * SDL_sinf for double-precision floats.
+ * SDL_sin for double-precision floats.
  *
  * This function may use a different approximation across different versions,
  * platforms and configurations. i.e, it can return a different value given