diff options
Diffstat (limited to 'runtime/gc_root.h')
-rw-r--r-- | runtime/gc_root.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc_root.h b/runtime/gc_root.h index 477e67b3c2..3734bcc7e1 100644 --- a/runtime/gc_root.h +++ b/runtime/gc_root.h @@ -198,7 +198,7 @@ class GcRoot { ALWAYS_INLINE GcRoot(MirrorType* ref = nullptr) SHARED_REQUIRES(Locks::mutator_lock_); private: - // Root visitors take pointers to root_ and place the min CompressedReference** arrays. We use a + // Root visitors take pointers to root_ and place them in CompressedReference** arrays. We use a // CompressedReference<mirror::Object> here since it violates strict aliasing requirements to // cast CompressedReference<MirrorType>* to CompressedReference<mirror::Object>*. mutable mirror::CompressedReference<mirror::Object> root_; |