summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Service.cpp')
-rwxr-xr-xcpp/src/Ice/Service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Service.cpp b/cpp/src/Ice/Service.cpp
index 28e3f5fa3ab..45a88f9478b 100755
--- a/cpp/src/Ice/Service.cpp
+++ b/cpp/src/Ice/Service.cpp
@@ -1904,7 +1904,7 @@ Ice::Service::runDaemon(int argc, char* argv[], const InitializationData& initDa
// properly. We do this before initializing the communicator because we need to
// ensure that signals are initialized before additional threads are created. The
// communicator thread pools currently use lazy initialization, but a thread can
- // be created if Ice.MonitorConnections is defined.
+ // be created to monitor connections.
//
_ctrlCHandler = new IceUtil::CtrlCHandler;