diff options
Diffstat (limited to 'cpp/src/Ice/Network.cpp')
-rwxr-xr-x | cpp/src/Ice/Network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Network.cpp b/cpp/src/Ice/Network.cpp index 572df1b4cfc..599f6537896 100755 --- a/cpp/src/Ice/Network.cpp +++ b/cpp/src/Ice/Network.cpp @@ -1107,7 +1107,7 @@ IceInternal::getAddresses(const string& host, int port, ProtocolSupport protocol // In theory, getaddrinfo should only return EAI_NONAME if // AI_NUMERICHOST is specified and the host name is not a IP - // address. However on some platforms (e.g. OS X 10.4.x) + // address. However on some platforms (e.g. macOS 10.4.x) // EAI_NODATA is also returned so we also check for it. # ifdef EAI_NODATA if(!canBlock && (rs == EAI_NONAME || rs == EAI_NODATA)) |