From b361d948dcefcfa9bb78ccff2c18c750ed202828 Mon Sep 17 00:00:00 2001 From: Richard Uhler Date: Thu, 7 May 2015 10:52:28 -0700 Subject: Fix typo in comments. Change-Id: I6569c0fdc878f797b37509432b59b0d5c9bc5533 --- runtime/oat_file_assistant.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/oat_file_assistant.h') 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 cached_oat_file_; -- cgit v1.2.3