https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=36cb95f6028d8e0f2c736a66a4189027aecd5566
commit 36cb95f6028d8e0f2c736a66a4189027aecd5566 Author: Corinna Vinschen <[email protected]> Date: Fri Aug 24 13:36:06 2018 +0200 CYgwin: fix typo in comment Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/fhandler_socket_unix.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/fhandler_socket_unix.cc b/winsup/cygwin/fhandler_socket_unix.cc index f2aa778..787d2be 100644 --- a/winsup/cygwin/fhandler_socket_unix.cc +++ b/winsup/cygwin/fhandler_socket_unix.cc @@ -34,7 +34,7 @@ Abstract socket: An abstract socket is represented by a symlink in the native - NT namespace, within the Cygin subdir in BasedNamedObjects. + NT namespace, within the Cygwin subdir in BasedNamedObjects. So it's globally available but only exists as long as at least on descriptor on the socket is open, as desired.
