summaryrefslogtreecommitdiff
path: root/runtime/class_linker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/class_linker.cc')
-rw-r--r--runtime/class_linker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc
index cad968dfc2..b23a543b5d 100644
--- a/runtime/class_linker.cc
+++ b/runtime/class_linker.cc
@@ -5165,7 +5165,7 @@ bool ClassLinker::VerifyClassUsingOatFile(Thread* self,
return true;
}
if (oat_file_class_status >= ClassStatus::kVerifiedNeedsAccessChecks) {
- // We return that the clas has already been verified, and the caller should
+ // We return that the class has already been verified, and the caller should
// check the class status to ensure we run with access checks.
return true;
}