summaryrefslogtreecommitdiff
path: root/ACE/ace/Dump_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Dump_T.h')
-rw-r--r--ACE/ace/Dump_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Dump_T.h b/ACE/ace/Dump_T.h
index 07dc2eadd63..ed84abec881 100644
--- a/ACE/ace/Dump_T.h
+++ b/ACE/ace/Dump_T.h
@@ -44,7 +44,7 @@ public:
ACE_Dumpable_Adapter (const Concrete *t);
~ACE_Dumpable_Adapter (void);
- /// Concrete dump method (simply delegates to the <dump> method of
+ /// Concrete dump method (simply delegates to the dump() method of
/// <class Concrete>).
virtual void dump (void) const;