Remove references to the now-useless ThreadLock class.
Change-Id: Ic644ff8a5d1fa8fc209aba1441a265ecac2778be
diff --git a/src/monitor.cc b/src/monitor.cc
index 2584f9d..70dfd24 100644
--- a/src/monitor.cc
+++ b/src/monitor.cc
@@ -852,7 +852,7 @@
// - waiting on <0x6008c468> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
os << "<" << object << "> (a " << PrettyTypeOf(object) << ")";
- // - waiting to lock <0x613f83d8> (a java.lang.ThreadLock) held by thread 5
+ // - waiting to lock <0x613f83d8> (a java.lang.Object) held by thread 5
if (lock_owner != ThreadList::kInvalidId) {
os << " held by thread " << lock_owner;
}