diff options
author | Joe George <joe@zeroc.com> | 2017-03-28 09:55:37 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-03-28 10:17:41 -0400 |
commit | 5c040fccd0ddbe6df248fd7b9ff44400fa0d7004 (patch) | |
tree | 738dfcdb3e728ab6c2f4f0bbfbaaae440016b3c5 /cpp/src/Ice/UdpTransceiver.cpp | |
parent | Fix ICE-7679 - Python Application.NoSignalHandling not honor by Ice.Application (diff) | |
download | ice-5c040fccd0ddbe6df248fd7b9ff44400fa0d7004.tar.bz2 ice-5c040fccd0ddbe6df248fd7b9ff44400fa0d7004.tar.xz ice-5c040fccd0ddbe6df248fd7b9ff44400fa0d7004.zip |
ICE-7483 - Rename OS X to macOS
Diffstat (limited to 'cpp/src/Ice/UdpTransceiver.cpp')
-rw-r--r-- | cpp/src/Ice/UdpTransceiver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.cpp b/cpp/src/Ice/UdpTransceiver.cpp index ae88b084401..6e5a5c0906c 100644 --- a/cpp/src/Ice/UdpTransceiver.cpp +++ b/cpp/src/Ice/UdpTransceiver.cpp @@ -929,7 +929,7 @@ IceInternal::UdpTransceiver::UdpTransceiver(const ProtocolInstancePtr& instance, // // NOTE: setting the multicast interface before performing the - // connect is important for some OS such as OS X. + // connect is important for some OS such as macOS. // if(isMulticast(_addr)) { |