summaryrefslogtreecommitdiff
path: root/ACE/ace/Node.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Node.h')
-rw-r--r--ACE/ace/Node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Node.h b/ACE/ace/Node.h
index 1e8530d89f2..023086dbb91 100644
--- a/ACE/ace/Node.h
+++ b/ACE/ace/Node.h
@@ -64,7 +64,7 @@ private:
void operator= (const ACE_Node<T> &);
private:
- /// Pointer to next element in the list of <ACE_Node>s.
+ /// Pointer to next element in the list of ACE_Nodes.
ACE_Node<T> *next_;
/// Current value of the item in this node.