From 9aa78b922ca05bee72f02a4e9380a85c873a039f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 30 Jun 2026 21:02:31 +0200 Subject: [PATCH] cf-socket.c fixup comment --- lib/cf-socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cf-socket.c b/lib/cf-socket.c index 838a3855a2..74dbc65317 100644 --- a/lib/cf-socket.c +++ b/lib/cf-socket.c @@ -84,7 +84,7 @@ /* retrieves ip address and port from a sockaddr structure. note it calls - * curlx_inet_ntop() and optionally returns socket error. + * curlx_inet_ntop() and returns socket error. * @unittest 1607 */ UNITTEST bool sockaddr2string(struct sockaddr *sa, curl_socklen_t salen,