]> Savannah Git Hosting - gnulib.git/commitdiff
sockets: Fix typo in comment.
authorBruno Haible <bruno@clisp.org>
Mon, 5 May 2025 00:38:22 +0000 (02:38 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 5 May 2025 00:38:22 +0000 (02:38 +0200)
* lib/sockets.h: Fix a typo in comment.

ChangeLog
lib/sockets.h

index e89281a9e104e3e15933612867336365819ce953..32f43859915abf917b5d12935d3ff84c3a5aa7c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-05-04  Bruno Haible  <bruno@clisp.org>
+
+       sockets: Fix typo in comment.
+       * lib/sockets.h: Fix a typo in comment.
+
 2025-05-04  Collin Funk  <collin.funk1@gmail.com>
 
        crypto/gc: Silence some -Wcalloc-transposed-args warnings, part 2.
index e54b9e0ac83dfc3fa8448573089a1de78ff2a816..5be5d3f69b0952f367fc1d7569028af0729e02d0 100644 (file)
@@ -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