summaryrefslogtreecommitdiff
path: root/openjdkjvmti/ti_class.cc
diff options
context:
space:
mode:
Diffstat (limited to 'openjdkjvmti/ti_class.cc')
-rw-r--r--openjdkjvmti/ti_class.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/openjdkjvmti/ti_class.cc b/openjdkjvmti/ti_class.cc
index 4d6b41a386..c22f38f576 100644
--- a/openjdkjvmti/ti_class.cc
+++ b/openjdkjvmti/ti_class.cc
@@ -661,7 +661,7 @@ jvmtiError ClassUtil::GetImplementedInterfaces(jvmtiEnv* env,
// spec says these should not be reported.
if (klass->IsArrayClass()) {
*interface_count_ptr = 0;
- *interfaces_ptr = nullptr; // TODO: Should we allocate a dummy here?
+ *interfaces_ptr = nullptr; // TODO: Should we allocate a placeholder here?
return ERR(NONE);
}