summaryrefslogtreecommitdiffstats
path: root/runtime/class_linker.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r--runtime/class_linker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h
index 3993cb214b..fdf75c2301 100644
--- a/runtime/class_linker.h
+++ b/runtime/class_linker.h
@@ -328,8 +328,8 @@ class ClassLinker {
const void* GetOatCodeFor(const DexFile& dex_file, uint32_t method_idx)
SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
- pid_t GetClassesLockOwner(); // For SignalCatcher.
- pid_t GetDexLockOwner(); // For SignalCatcher.
+ pid_t GetClassesLockOwner(); // For SignalCatcher.
+ pid_t GetDexLockOwner(); // For SignalCatcher.
bool IsDirty() const {
return is_dirty_;