From 36cb95f6028d8e0f2c736a66a4189027aecd5566 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 24 Aug 2018 13:36:06 +0200 Subject: [PATCH] CYgwin: fix typo in comment Signed-off-by: Corinna Vinschen --- 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 f2aa778a8..787d2be16 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.