This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] CYgwin: fix typo in comment


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=36cb95f6028d8e0f2c736a66a4189027aecd5566

commit 36cb95f6028d8e0f2c736a66a4189027aecd5566
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Fri Aug 24 13:36:06 2018 +0200

    CYgwin: fix typo in comment
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]