Skip to content

Commit 8cef375

Browse files
committed
comment fix
1 parent ebd9a54 commit 8cef375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/utilities/rbTree.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ class RBTree : public AbstractRBTree<K, RBNode<K, V>, COMPARATOR> {
385385

386386
void free_node(RBNode<K, V>* node);
387387

388-
// Updates the key in the given the node or node cursor.
388+
// Updates the key in the given node or node cursor.
389389
// The user must ensure that no tree properties are broken:
390390
// There must not exist any node with the new key
391391
// For all nodes with key < old_key, must also have key < new_key

0 commit comments

Comments
 (0)