diff options
Diffstat (limited to 'runtime/oat_file.cc')
| -rw-r--r-- | runtime/oat_file.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat_file.cc b/runtime/oat_file.cc index 83e594b169..d2f563be7a 100644 --- a/runtime/oat_file.cc +++ b/runtime/oat_file.cc @@ -627,7 +627,7 @@ void DlOpenOatFile::PreSetup(const std::string& elf_filename) { if (dl_iterate_phdr(dl_iterate_context::callback, &context) == 0) { PrintFileToLog("/proc/self/maps", LogSeverity::WARNING); - LOG(ERROR) << "File " << elf_filename << " loaded with dlopen but can not find its mmaps."; + LOG(ERROR) << "File " << elf_filename << " loaded with dlopen but cannot find its mmaps."; } #endif } |