summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Uhler <ruhler@google.com>2015-05-08 15:24:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-05-08 15:24:26 +0000
commitadd1d9ba61b6ddd52f2161587baf3ae4bc8717af (patch)
tree96fccf8b2b34961ce422009f4c32b92799c9ac7e
parent2e8da8ecb94134081c3ea18a217294db367888a3 (diff)
parentb361d948dcefcfa9bb78ccff2c18c750ed202828 (diff)
downloadart-add1d9ba61b6ddd52f2161587baf3ae4bc8717af.zip
art-add1d9ba61b6ddd52f2161587baf3ae4bc8717af.tar.gz
art-add1d9ba61b6ddd52f2161587baf3ae4bc8717af.tar.bz2
Merge "Fix typo in comments."
-rw-r--r--runtime/oat_file_assistant.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/oat_file_assistant.h b/runtime/oat_file_assistant.h
index a25ee31..3b2e2c4 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_;