diff options
Diffstat (limited to 'runtime/mirror/class.h')
-rw-r--r-- | runtime/mirror/class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mirror/class.h b/runtime/mirror/class.h index c4339b9230..80e136c2cc 100644 --- a/runtime/mirror/class.h +++ b/runtime/mirror/class.h @@ -1185,7 +1185,7 @@ class MANAGED Class FINAL : public Object { bool ProxyDescriptorEquals(const char* match) SHARED_REQUIRES(Locks::mutator_lock_); - // Check that the pointer size mathces the one in the class linker. + // Check that the pointer size matches the one in the class linker. ALWAYS_INLINE static void CheckPointerSize(size_t pointer_size); static MemberOffset EmbeddedImTableOffset(size_t pointer_size); |