Fix duplicate typo
Comments typo fix Signed-off-by: jiajia tang <tangjiajia@xiaomi.com> Change-Id: I89bf5aa5a3a57cda4b1e74195894341f9089e11c
This commit is contained in:
parent
7f6948364f
commit
eb27645af9
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ import (
|
|||
// modified as necessary by the Mutator.
|
||||
//
|
||||
// The Module implementation can access the build configuration as well as any
|
||||
// modules on which on which it depends (as defined by the "deps" property
|
||||
// modules on which it depends (as defined by the "deps" property
|
||||
// specified in the Blueprints file, dynamically added by implementing the
|
||||
// (deprecated) DynamicDependerModule interface, or dynamically added by a
|
||||
// BottomUpMutator) using the ModuleContext passed to GenerateBuildActions.
|
||||
|
|
Loading…
Reference in a new issue