summaryrefslogtreecommitdiff
path: root/ace/Containers.h
diff options
context:
space:
mode:
authortworm <tworm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-18 15:34:30 +0000
committertworm <tworm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-18 15:34:30 +0000
commit7c20d754a6248839e84d6865535cbb1272c7426d (patch)
tree6ff178d7d9b0a7b8477c28b26cc29d549e541565 /ace/Containers.h
parentfea275524018df45e46f6dd0ae9c7f6d70398fc1 (diff)
downloadATCD-7c20d754a6248839e84d6865535cbb1272c7426d.tar.gz
Tokenb changed to allow another thread than the locking thread to release the
lock
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 bc52c503775..96844f6fd0f 100644
--- a/ace/Containers.h
+++ b/ace/Containers.h
@@ -602,7 +602,7 @@ public:
T *insert_tail (T *new_item);
// Adds <new_item> to the tail of the list. Returns the new item
- // that was inserted.
+ // that was inserted.
T *insert_head (T *new_item);
// Adds <new_item> to the head of the list.Returns the new item that