From f16c67115db5f9c653e97e6f4edb4112633c690c Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 21 Jan 2025 16:29:55 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_hints.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h
index 58a2fc5dffdf7..dd25fb9c19839 100644
--- a/include/SDL3/SDL_hints.h
+++ b/include/SDL3/SDL_hints.h
@@ -2900,9 +2900,9 @@ extern "C" {
* - "gpu"
* - "software"
*
- * This hint accepts a comma-separated list of driver names, and each will
- * be tried in the order listed when creating a renderer until one succeeds
- * or all of them fail.
+ * This hint accepts a comma-separated list of driver names, and each will be
+ * tried in the order listed when creating a renderer until one succeeds or
+ * all of them fail.
*
* The default varies by platform, but it's the first one in the list that is
* available on the current platform.
@@ -3293,8 +3293,8 @@ extern "C" {
* force a specific target, such as "x11" if, say, you are on Wayland but want
* to try talking to the X server instead.
*
- * This hint accepts a comma-separated list of driver names, and each will
- * be tried in the order listed during init, until one succeeds or all of them
+ * This hint accepts a comma-separated list of driver names, and each will be
+ * tried in the order listed during init, until one succeeds or all of them
* fail.
*
* This hint should be set before SDL is initialized.