SDL: Sync SDL3 wiki -> header (ceb4a)

From ceb4a7f1cbc200193ae768c687e09832f0f9e06b Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Wed, 1 Jul 2026 22:03:03 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]
---
 include/SDL3/SDL_stdinc.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h
index c8ad77e55574e..a79074f69794d 100644
--- a/include/SDL3/SDL_stdinc.h
+++ b/include/SDL3/SDL_stdinc.h
@@ -1581,10 +1581,10 @@ extern SDL_DECLSPEC void SDLCALL SDL_GetMemoryFunctions(SDL_malloc_func *malloc_
  * \param calloc_func custom calloc function.
  * \param realloc_func custom realloc function.
  * \param free_func custom free function.
- * \returns true on success or false on failure. This only fails if there is
- *          a mix of NULL and non-NULL parameters. Failure will not set an
- *          error message (which allocates memory) so do _not_ call
- *          SDL_GetError() in response to a failure here.
+ * \returns true on success or false on failure. This only fails if there is a
+ *          mix of NULL and non-NULL parameters. Failure will not set an error
+ *          message (which allocates memory) so do _not_ call SDL_GetError()
+ *          in response to a failure here.
  *
  * \threadsafety It is safe to call this function from any thread, but one
  *               should not replace the memory functions once any allocations