From 7c8dd8c3d46b5618a23c5e690b0f276bb6c9e09b Mon Sep 17 00:00:00 2001 From: jiajia tang Date: Sat, 18 Jun 2022 23:23:35 +0800 Subject: [PATCH] Fix typo As title Signed-off-by: jiajia tang Change-Id: I40b155ceed8e88fecf25da5dd13a2fb146faf263 --- core/definitions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/definitions.mk b/core/definitions.mk index 175471378c..a9d5733e11 100644 --- a/core/definitions.mk +++ b/core/definitions.mk @@ -3024,7 +3024,7 @@ endef # $(2): destination file define copy-init-script-file-checked ifdef TARGET_BUILD_UNBUNDLED -# TODO (b/185624993): Remove the chck on TARGET_BUILD_UNBUNDLED when host_init_verifier can run +# TODO (b/185624993): Remove the check on TARGET_BUILD_UNBUNDLED when host_init_verifier can run # without requiring the HIDL interface map. $(2): $(1) else ifneq ($(HOST_OS),darwin)