SDL_net: Sync SDL_net wiki -> header (c0ac1)

From c0ac117fc9dbea103fbe4cd479073af97f5cb74a Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 17 Jun 2022 22:52:06 +0000
Subject: [PATCH] Sync SDL_net wiki -> header

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

diff --git a/SDL_net.h b/SDL_net.h
index a1ef44f..3f06f0c 100644
--- a/SDL_net.h
+++ b/SDL_net.h
@@ -815,7 +815,7 @@ SDL_FORCE_INLINE int SDLNet_UDP_DelSocket(SDLNet_SocketSet set, UDPsocket sock)
  * in milliseconds has elapsed, whichever occurs first.
  *
  * \param set the socket set to check for ready sockets.
- * \param timeout the time to wait _in milliseconds_ for new data to arrive. A
+ * \param timeout the time to wait in milliseconds for new data to arrive. A
  *                timeout of zero checks for new data and returns without
  *                blocking.
  * \returns the number of sockets ready for reading, or -1 if there was an