diff options
author | Bernard Normier <bernard@zeroc.com> | 2005-07-12 22:33:54 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2005-07-12 22:33:54 +0000 |
commit | 8b578367cd443a93b87a6ec56960ad47d0f7d92e (patch) | |
tree | bfcdb35c414b3d0aab4396fc560dda67c665ff5a /cpp/src | |
parent | minor edits to README/INSTALL files (diff) | |
download | ice-8b578367cd443a93b87a6ec56960ad47d0f7d92e.tar.bz2 ice-8b578367cd443a93b87a6ec56960ad47d0f7d92e.tar.xz ice-8b578367cd443a93b87a6ec56960ad47d0f7d92e.zip |
Fixed comment
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/Application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Application.cpp b/cpp/src/Ice/Application.cpp index 0ca79e96647..402e904326d 100644 --- a/cpp/src/Ice/Application.cpp +++ b/cpp/src/Ice/Application.cpp @@ -180,7 +180,7 @@ Ice::Application::main(int argc, char* argv[], const char* configFile) // Ignore signals for a little while. // // - // Note that the communicator must be created BEFORE the communicator, + // Note that the ctrlCHanlder must be created BEFORE the communicator, // since the communicator initialization may create threads. // _ctrlCHandler.reset(new IceUtil::CtrlCHandler); |