summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/CountDownLatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/CountDownLatch.cpp')
-rw-r--r--cpp/src/Ice/CountDownLatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/CountDownLatch.cpp b/cpp/src/Ice/CountDownLatch.cpp
index 53887744c01..3a363cc3709 100644
--- a/cpp/src/Ice/CountDownLatch.cpp
+++ b/cpp/src/Ice/CountDownLatch.cpp
@@ -115,7 +115,7 @@ IceUtilInternal::CountDownLatch::countDown()
}
#if defined(__APPLE__)
//
- // On OS X we do the broadcast with the mutex held. This seems to
+ // On macOS we do the broadcast with the mutex held. This seems to
// be necessary to prevent the broadcast call to hang (spinning in
// an infinite loop).
//