diff options
author | Richard Uhler <ruhler@google.com> | 2015-05-07 10:52:28 -0700 |
---|---|---|
committer | Richard Uhler <ruhler@google.com> | 2015-05-07 10:52:28 -0700 |
commit | b361d948dcefcfa9bb78ccff2c18c750ed202828 (patch) | |
tree | 0a95a2fb5eecdee21c6eacfd1dd455e766af37f1 /runtime/oat_file_assistant.h | |
parent | 2b689e370be9f32a88b419edf2d78eb6befade9c (diff) | |
download | android_art-b361d948dcefcfa9bb78ccff2c18c750ed202828.tar.gz android_art-b361d948dcefcfa9bb78ccff2c18c750ed202828.tar.bz2 android_art-b361d948dcefcfa9bb78ccff2c18c750ed202828.zip |
Fix typo in comments.
Change-Id: I6569c0fdc878f797b37509432b59b0d5c9bc5533
Diffstat (limited to 'runtime/oat_file_assistant.h')
-rw-r--r-- | runtime/oat_file_assistant.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/oat_file_assistant.h b/runtime/oat_file_assistant.h index a25ee31d0d..3b2e2c45ca 100644 --- a/runtime/oat_file_assistant.h +++ b/runtime/oat_file_assistant.h @@ -405,9 +405,9 @@ class OatFileAssistant { bool cached_oat_file_name_found_; std::string cached_oat_file_name_; - // Cached value of the loaded odex file. + // Cached value of the loaded oat file. // Use the GetOatFile method rather than accessing this directly, unless you - // know the odex file isn't out of date. + // know the oat file isn't out of date. bool oat_file_load_attempted_ = false; std::unique_ptr<OatFile> cached_oat_file_; |