From 5d7b44aaf1220a65168d1295e061408489377c7c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 5 May 2025 02:38:22 +0200 Subject: [PATCH] sockets: Fix typo in comment. * lib/sockets.h: Fix a typo in comment. --- ChangeLog | 5 +++++ lib/sockets.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e89281a9e1..32f4385991 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2025-05-04 Bruno Haible + + sockets: Fix typo in comment. + * lib/sockets.h: Fix a typo in comment. + 2025-05-04 Collin Funk crypto/gc: Silence some -Wcalloc-transposed-args warnings, part 2. diff --git a/lib/sockets.h b/lib/sockets.h index e54b9e0ac8..5be5d3f69b 100644 --- a/lib/sockets.h +++ b/lib/sockets.h @@ -52,7 +52,7 @@ int gl_sockets_cleanup (void) #endif -/* This function is useful it you create a socket using gnulib's +/* This function is useful if you create a socket using gnulib's Winsock wrappers but needs to pass on the socket handle to some other library that only accepts sockets. */ #ifdef WINDOWS_SOCKETS -- 2.39.5