From 791f1693a2f87c8b6760e07ea3dc6013012810c1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 28 Jul 2026 23:43:59 +0200 Subject: [PATCH] tool_doswin.c comment, will --- src/tool_doswin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tool_doswin.c b/src/tool_doswin.c index 52eb69bd69..aacab5f75d 100644 --- a/src/tool_doswin.c +++ b/src/tool_doswin.c @@ -710,8 +710,8 @@ struct win_thread_data { /* This is the listen socket for the thread. It is closed after the first connection. */ curl_socket_t socket_l; - /* This is the random number which the background thread will use to verify - * the peer. */ + /* This is the random number which the background thread uses to verify + the peer. */ uint64_t expected_auth_val; };