summaryrefslogtreecommitdiff
path: root/ACE/ace/Node.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-05-23 13:33:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-05-23 13:33:56 +0000
commit8f778c8bcb1354dffbf1abf96d5872a75304c02f (patch)
tree24cbebdcec340cb1e2524f9f8ff9c6e61646c4d8 /ACE/ace/Node.h
parent04d3279c079ae369c1e260b7ff8121e9f24e9dca (diff)
downloadATCD-8f778c8bcb1354dffbf1abf96d5872a75304c02f.tar.gz
Wed May 23 15:32:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
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.