SDL_net: include: Fixed typo.

From f8256ab91f0e91dad892165257b51f4d24df6a34 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Mon, 25 May 2026 22:23:44 -0400
Subject: [PATCH] include: Fixed typo.

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

diff --git a/include/SDL3_net/SDL_net.h b/include/SDL3_net/SDL_net.h
index 5128002..94a6526 100644
--- a/include/SDL3_net/SDL_net.h
+++ b/include/SDL3_net/SDL_net.h
@@ -1097,7 +1097,7 @@ extern SDL_DECLSPEC int SDLCALL NET_WaitUntilStreamSocketDrained(NET_StreamSocke
  * on what is available at the time, and also the app isn't required to read
  * all available data at once.
  *
- * This call never blocks; if no new data isn't available at the time of the
+ * This call never blocks; if no new data is available at the time of the
  * call, it returns 0 immediately. The caller can try again later.
  *
  * If the connection has failed (remote side dropped us, or one of a million