Skip to content

Commit 2a5eee2

Browse files
committed
typo
1 parent 184b5fc commit 2a5eee2

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
@@ -202,7 +202,7 @@ class AbstractRBTree {
202202
static constexpr bool HasNodeComparator =
203203
std::is_invocable_r_v<RBTreeOrdering, decltype(&COMPARATOR::cmp), K, const NodeType*>;
204204

205-
// Due to a bug in older GCC versions with static templeted constexpr data members (see GCC PR 71954),
205+
// Due to a bug in older GCC versions with static templated constexpr data members (see GCC PR 71954),
206206
// we have to express this trait through a struct instead of a constexpr variable directly.
207207
template<typename, typename = void>
208208
struct HasNodeVerifierImpl : std::false_type {};

0 commit comments

Comments
 (0)