summaryrefslogtreecommitdiff
path: root/ace/Containers.h
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-08 23:21:44 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-08 23:21:44 +0000
commit76d62ec2579a54d6416003fc873f9954ff59280b (patch)
tree9eac49ab4d976ce923c7575c3c4f9284b8f0454f /ace/Containers.h
parent41b1505092eccf73212d778a5f76d674de6e579b (diff)
downloadATCD-76d62ec2579a54d6416003fc873f9954ff59280b.tar.gz
Removed out-of-date comments.
Diffstat (limited to 'ace/Containers.h')
-rw-r--r--ace/Containers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Containers.h b/ace/Containers.h
index 9057bf6f53a..1a51118aa8a 100644
--- a/ace/Containers.h
+++ b/ace/Containers.h
@@ -482,7 +482,7 @@ public:
// = Iteration methods.
T *next (void) const;
- // Return the address of next (current) unvisited ACE_DNode,
+ // Return the address of next (current) unvisited item in the list.
// 0 if there is no more element available.
int advance (void);