From 26ef5ab71597a3a100e6f3250daa2ac8fe761cd9 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Thu, 11 Nov 2021 10:27:02 +0000 Subject: [PATCH] Fix typo. Test: n/a Change-Id: Iacfde2e7b3e85e41233681302beed4db3f9ca576 --- config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/README.md b/config/README.md index 5597ae238a0b..450a5c695c82 100644 --- a/config/README.md +++ b/config/README.md @@ -1,7 +1,7 @@ # Configuration files for ART compiling the framework * boot-image-profile.txt: A list of methods from the boot classpath to be compiled by dex2oat. - The order in the file is not relelvant. + The order in the file is not relevant. * boot-profile.txt: An ordered list of methods from the boot classpath to be compiled by the JIT in the order provided in the file. Used by JIT zygote, when on-device signing failed.