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 }