SDL: Sync SDL3 wiki -> header (d5294)

From d529407ce7e2f7724c1c64c43e336334d8fbc89d Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 4 Oct 2024 15:58:03 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

---
 include/SDL3/SDL_hints.h  | 10 +++++-----
 include/SDL3/SDL_thread.h |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h
index 4055f74e0edd4..23e051974d397 100644
--- a/include/SDL3/SDL_hints.h
+++ b/include/SDL3/SDL_hints.h
@@ -3012,11 +3012,11 @@ extern "C" {
  * A string specifying additional information to use with
  * SDL_SetCurrentThreadPriority.
  *
- * By default SDL_SetCurrentThreadPriority will make appropriate system changes in
- * order to apply a thread priority. For example on systems using pthreads the
- * scheduler policy is changed automatically to a policy that works well with
- * a given priority. Code which has specific requirements can override SDL's
- * default behavior with this hint.
+ * By default SDL_SetCurrentThreadPriority will make appropriate system
+ * changes in order to apply a thread priority. For example on systems using
+ * pthreads the scheduler policy is changed automatically to a policy that
+ * works well with a given priority. Code which has specific requirements can
+ * override SDL's default behavior with this hint.
  *
  * pthread hint values are "current", "other", "fifo" and "rr". Currently no
  * other platform hint values are defined but may be in the future.
diff --git a/include/SDL3/SDL_thread.h b/include/SDL3/SDL_thread.h
index 86e9d0e9c7335..f213565447269 100644
--- a/include/SDL3/SDL_thread.h
+++ b/include/SDL3/SDL_thread.h
@@ -89,9 +89,9 @@ typedef SDL_AtomicInt SDL_TLSID;
  *
  * SDL will make system changes as necessary in order to apply the thread
  * priority. Code which attempts to control thread state related to priority
- * should be aware that calling SDL_SetCurrentThreadPriority may alter such state.
- * SDL_HINT_THREAD_PRIORITY_POLICY can be used to control aspects of this
- * behavior.
+ * should be aware that calling SDL_SetCurrentThreadPriority may alter such
+ * state. SDL_HINT_THREAD_PRIORITY_POLICY can be used to control aspects of
+ * this behavior.
  *
  * \since This enum is available since SDL 3.0.0.
  */