Fix a typo in oat_file_assistant_context.h.
Bug: 229268202
Test: N/A
Change-Id: I83b3b0fc30f72e45c58890259454e8a8356464ac
diff --git a/runtime/oat_file_assistant_context.h b/runtime/oat_file_assistant_context.h
index 5f42ad9..cc98c59 100644
--- a/runtime/oat_file_assistant_context.h
+++ b/runtime/oat_file_assistant_context.h
@@ -65,7 +65,7 @@
explicit OatFileAssistantContext(Runtime* runtime);
// Returns runtime options.
const RuntimeOptions& GetRuntimeOptions() const;
- // Fetches all information that hasn't been fetched from disk amd caches it. All operations will
+ // Fetches all information that hasn't been fetched from disk and caches it. All operations will
// be read-only after a successful call to this function.
bool FetchAll(std::string* error_msg);
// Returns information about the boot image of the given instruction set.