diff options
Diffstat (limited to 'runtime/class_table.cc')
-rw-r--r-- | runtime/class_table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_table.cc b/runtime/class_table.cc index b7d37e2e37..c854dc5fe1 100644 --- a/runtime/class_table.cc +++ b/runtime/class_table.cc @@ -266,7 +266,7 @@ size_t ClassTable::WriteToMemory(uint8_t* ptr) const { } } const size_t ret = combined.WriteToMemory(ptr); - // Sanity check. + // Validity check if (kIsDebugBuild && ptr != nullptr) { size_t read_count; ClassSet class_set(ptr, /*make copy*/false, &read_count); |