SDL_net: Minor header tweak to test wiki bridging.

From 8bb2fce1f19a63e6927ae901872a3b82db67b9e2 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Fri, 17 Jun 2022 18:58:03 -0400
Subject: [PATCH] Minor header tweak to test wiki bridging.

---
 SDL_net.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SDL_net.h b/SDL_net.h
index 3f06f0c..ae7312a 100644
--- a/SDL_net.h
+++ b/SDL_net.h
@@ -176,7 +176,7 @@ extern DECLSPEC int SDLCALL SDLNet_ResolveHost(IPaddress *address, const char *h
  * If the IP couldn't be resolved, this function returns NULL, otherwise a
  * pointer to a static buffer containing the hostname is returned.
  *
- * **Warning**: Note that this function is not thread-safe!
+ * **Warning**: This function is not thread-safe!
  *
  * \param ip the IP address to resolve into a hostname.
  */