diff options
Diffstat (limited to 'tests/sockets.h')
-rw-r--r-- | tests/sockets.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sockets.h b/tests/sockets.h index 55077ae9..5be5d3f6 100644 --- a/tests/sockets.h +++ b/tests/sockets.h @@ -1,6 +1,6 @@ /* sockets.h - wrappers for Windows socket functions - Copyright (C) 2008-2024 Free Software Foundation, Inc. + Copyright (C) 2008-2025 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -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 |