diff options
Diffstat (limited to 'runtime/reference_table.h')
-rw-r--r-- | runtime/reference_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/reference_table.h b/runtime/reference_table.h index 4b6b50e183..e369fd0de5 100644 --- a/runtime/reference_table.h +++ b/runtime/reference_table.h @@ -53,7 +53,7 @@ class ReferenceTable { typedef std::vector<const mirror::Object*> Table; static void Dump(std::ostream& os, const Table& entries) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); - friend class IndirectReferenceTable; // For Dump. + friend class IndirectReferenceTable; // For Dump. std::string name_; Table entries_; |