SDL: Sync SDL wiki -> header (3fe67)

From 3fe6768cafd19cec709ac51678278ca36a08104e Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 30 Aug 2022 18:47:15 +0000
Subject: [PATCH] Sync SDL wiki -> header

---
 include/SDL_joystick.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/SDL_joystick.h b/include/SDL_joystick.h
index 7c0463517a7..4c2e50a08d8 100644
--- a/include/SDL_joystick.h
+++ b/include/SDL_joystick.h
@@ -124,10 +124,10 @@ typedef enum
  * the API functions that take a joystick index will be valid, and joystick
  * and game controller events will not be delivered.
  *
- * As of SDL 2.26.0, you can take the joystick lock around reinitializing
- * the joystick subsystem, to prevent other threads from seeing joysticks
- * in an uninitialized state. However, all open joysticks will be closed
- * and calling SDL functions using them will potentially cause a crash.
+ * As of SDL 2.26.0, you can take the joystick lock around reinitializing the
+ * joystick subsystem, to prevent other threads from seeing joysticks in an
+ * uninitialized state. However, all open joysticks will be closed and calling
+ * SDL functions using them will potentially cause a crash.
  *
  * \since This function is available since SDL 2.0.7.
  */