summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/FactoryTable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/FactoryTable.cpp')
-rw-r--r--cpp/src/Ice/FactoryTable.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/src/Ice/FactoryTable.cpp b/cpp/src/Ice/FactoryTable.cpp
index 75420dc4024..6ac1f72cbe9 100644
--- a/cpp/src/Ice/FactoryTable.cpp
+++ b/cpp/src/Ice/FactoryTable.cpp
@@ -49,9 +49,8 @@ IceInternal::FactoryTable::FactoryTable()
}
//
-// Similarly, the destructor calls the finalize() method on the
-// factory table wrapper which, once the tables reference count drops
-// to zero, deletes the table.
+// The destructor decrements the reference count and, once the
+// count drops to zero, deletes the table.
//
IceInternal::FactoryTable::~FactoryTable()
{