Update a comment to be correct

Update a comment that should have been updated in
https://android-review.git.corp.google.com/c/platform/art/+/2275266.

Bug: 244683447
Test: just a comment update
Change-Id: I970782afa382fae8ae542ff9fda337e3762795a8
diff --git a/runtime/jni/jni_id_manager.cc b/runtime/jni/jni_id_manager.cc
index a668fe5..e556f61 100644
--- a/runtime/jni/jni_id_manager.cc
+++ b/runtime/jni/jni_id_manager.cc
@@ -154,7 +154,7 @@
       LOG(INFO) << "jmethodID for Obsolete / Default conflicting method " << method->PrettyMethod()
                 << " requested!";
     }
-    // No ids array for obsolete methods. Just do a linear scan.
+    // No ids array for obsolete / default conflicting methods. Just do a linear scan.
     return false;
   }
   StackHandleScope<1> hs(self);