From a5f39a12de468d8b8123a08b82bb6d6eca464115 Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Fri, 5 Aug 2022 02:35:52 +0000 Subject: [PATCH] Spellcheck This should fix a spelling error that crept in during a documentation CL Test: N/A Change-Id: I085f7fd1399f06e3b8808ed54963abce0e06f7fe --- apex/apex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apex/apex.go b/apex/apex.go index 09a578442..e9b08150f 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -2701,7 +2701,7 @@ func (o *OverrideApex) ConvertWithBp2build(ctx android.TopDownMutatorContext) { var _ android.ModuleWithMinSdkVersionCheck = (*apexBundle)(nil) -// Entures that min_sdk_version of the included modules are equal or less than the min_sdk_version +// Ensures that min_sdk_version of the included modules are equal or less than the min_sdk_version // of this apexBundle. func (a *apexBundle) CheckMinSdkVersion(ctx android.ModuleContext) { if a.testApex || a.vndkApex {