aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/RB_Tree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dep/acelite/ace/RB_Tree.cpp')
-rw-r--r--dep/acelite/ace/RB_Tree.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dep/acelite/ace/RB_Tree.cpp b/dep/acelite/ace/RB_Tree.cpp
index 57095be5795..0a6c8a08c8d 100644
--- a/dep/acelite/ace/RB_Tree.cpp
+++ b/dep/acelite/ace/RB_Tree.cpp
@@ -1,4 +1,4 @@
-// $Id: RB_Tree.cpp 81768 2008-05-23 12:45:54Z sma $
+// $Id: RB_Tree.cpp 91813 2010-09-17 07:52:52Z johnnyw $
#ifndef ACE_RB_TREE_CPP
#define ACE_RB_TREE_CPP
@@ -1076,7 +1076,7 @@ ACE_RB_Tree<EXT_ID, INT_ID, COMPARE_KEYS, ACE_LOCK>::remove_i (ACE_RB_Tree_Node<
y->color (z->color ());
z->color (yColor);
- //Reassign the y pointer to z because the node that y points to will be
+ //Reassign the y pointer to z because the node that y points to will be
//deleted
y = z;
}