diff options
Diffstat (limited to 'csharp/src/Ice/Network.cs')
-rw-r--r-- | csharp/src/Ice/Network.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/Network.cs b/csharp/src/Ice/Network.cs index babefa65710..7606f6f4a98 100644 --- a/csharp/src/Ice/Network.cs +++ b/csharp/src/Ice/Network.cs @@ -127,7 +127,7 @@ namespace IceInternal public static bool notConnected(SocketException ex) { - // BUGFIX: SocketError.InvalidArgument because shutdown() under OS X returns EINVAL + // BUGFIX: SocketError.InvalidArgument because shutdown() under macOS returns EINVAL // if the server side is gone. // BUGFIX: shutdown() under Vista might return SocketError.ConnectionReset SocketError error = socketErrorCode(ex); |