summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/CountDownLatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceUtil/CountDownLatch.cpp')
-rw-r--r--cpp/src/IceUtil/CountDownLatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceUtil/CountDownLatch.cpp b/cpp/src/IceUtil/CountDownLatch.cpp
index dedcd7d3585..05d27beb1b7 100644
--- a/cpp/src/IceUtil/CountDownLatch.cpp
+++ b/cpp/src/IceUtil/CountDownLatch.cpp
@@ -92,7 +92,7 @@ IceUtil::CountDownLatch::countDown()
#if defined(__APPLE__)
//
// On MacOS X we do the broadcast with the mutex held. This seems to be necessary to prevent the
- // broadcast call to hang (spining in an infinite loop).
+ // broadcast call to hang (spinning in an infinite loop).
//
if(broadcast)
{