aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiajia tang <tangjiajia@xiaomi.com>2022-03-08 21:48:01 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-08 21:48:01 +0000
commit7fb64499c8075be09c09213aa2e0723b6e088f89 (patch)
tree6dde6673e1452dad7ceae59dd73823915fac0500
parent7f6948364faeff344822e50d1e1694cdeacecf4b (diff)
parenteb27645af945f5262bbdb0e9fdade0b62c06497b (diff)
downloadblueprint-7fb64499c8075be09c09213aa2e0723b6e088f89.tar.gz
Fix duplicate typo am: eb27645af9
Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/2015036 Change-Id: I9f471d0db71f250b2d4791e62ae40d5e1802a25d
-rw-r--r--module_ctx.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/module_ctx.go b/module_ctx.go
index 5d2b39b..dd9eb1b 100644
--- a/module_ctx.go
+++ b/module_ctx.go
@@ -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.