diff options
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r-- | runtime/class_linker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h index bb6b1c8781..064a85d130 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -85,7 +85,7 @@ class ClassLinker { mirror::Class* FindArrayClass(Thread* self, mirror::Class** element_class) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); - // Reutrns true if the class linker is initialized. + // Returns true if the class linker is initialized. bool IsInitialized() const; // Define a new a class based on a ClassDef from a DexFile |