From cd1c27b33f3616c046ec21073e43ac590042ec68 Mon Sep 17 00:00:00 2001 From: jiajia tang Date: Thu, 21 Jul 2022 18:04:37 +0800 Subject: [PATCH] Fix typo Signed-off-by: jiajia tang Change-Id: I23bec7b08c11c33a06dd13eb7b60ea38d4f26a11 --- cc/image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/image.go b/cc/image.go index 3a0857b21..921b2bb13 100644 --- a/cc/image.go +++ b/cc/image.go @@ -533,7 +533,7 @@ func MutateImage(mctx android.BaseModuleContext, m ImageMutatableModule) { } } else { // This is either in /system (or similar: /data), or is a - // modules built with the NDK. Modules built with the NDK + // module built with the NDK. Modules built with the NDK // will be restricted using the existing link type checks. coreVariantNeeded = true }