Fix a typo in a comment.
Change-Id: I4c6c2d3af2d4d9521335f28c39dfb303f6ddaa0f
Test: n/a
Bug: n/a
diff --git a/dex2oat/dex2oat_cts_test.cc b/dex2oat/dex2oat_cts_test.cc
index 2541264..0b5ee5b 100644
--- a/dex2oat/dex2oat_cts_test.cc
+++ b/dex2oat/dex2oat_cts_test.cc
@@ -63,7 +63,7 @@
}
};
-// Run dex2oat with --enable-palette-compilation-hooks to force calls to
+// Run dex2oat with --force-palette-compilation-hooks to force calls to
// PaletteNotify{Start,End}Dex2oatCompilation.
TEST_F(Dex2oatCtsTest, CompilationHooks) {
const std::string dex_location = GetTestDexFileName("Main");