summaryrefslogtreecommitdiff
path: root/ACE/ace/DLL.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/DLL.h')
-rw-r--r--ACE/ace/DLL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/DLL.h b/ACE/ace/DLL.h
index 167c4b46e0c..061c01a5057 100644
--- a/ACE/ace/DLL.h
+++ b/ACE/ace/DLL.h
@@ -50,7 +50,7 @@ public:
* @param close_handle_on_destruction Indicates whether or not the
* close() method will be called to close an open DLL when this
* object is destroyed. By default, close() will be called.
- * Set this parameter to 0 for situations where the DLL's lifetime
+ * Set this parameter to false for situations where the DLL's lifetime
* is controlled in a scope other than that of this ACE_DLL object.
* For example, termination by ACE_DLL_Manager via ACE::fini().
*/