summaryrefslogtreecommitdiff
path: root/ace/ACE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/ACE.cpp')
-rw-r--r--ace/ACE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ACE.cpp b/ace/ACE.cpp
index 1f5372b3811..9ed50af498b 100644
--- a/ace/ACE.cpp
+++ b/ace/ACE.cpp
@@ -2904,7 +2904,7 @@ ACE::daemonize (const ACE_TCHAR pathname[],
ACE_OS::umask (0); // clear our file mode creation mask.
- // Close down the files.
+ // Close down the I/O handles.
if (close_all_handles)
for (int i = ACE::max_handles () - 1; i >= 0; i--)
ACE_OS::close (i);