aboutsummaryrefslogtreecommitdiffstats
path: root/android/module.go
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2019-11-22 14:20:54 +0000
committerRoland Levillain <rpl@google.com>2019-11-22 14:20:54 +0000
commit97c1f34067c4e1324231ee1020d336e889942986 (patch)
tree2c842422faf2fa60c06871ad17324f8ab913f941 /android/module.go
parent126c57b52d93fc8c86ae438a9fb39ad704b38479 (diff)
downloadbuild_soong-97c1f34067c4e1324231ee1020d336e889942986.tar.gz
build_soong-97c1f34067c4e1324231ee1020d336e889942986.tar.bz2
build_soong-97c1f34067c4e1324231ee1020d336e889942986.zip
Fix a typo in a comment in `android/module.go`.
Test: m Change-Id: I1ea4e3ba70fc5f9e919495442ff94ab1e3b1fce2
Diffstat (limited to 'android/module.go')
-rw-r--r--android/module.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/module.go b/android/module.go
index fa6388cb..891babc3 100644
--- a/android/module.go
+++ b/android/module.go
@@ -1771,7 +1771,7 @@ type SourceFileProducer interface {
}
// A module that implements OutputFileProducer can be referenced from any property that is tagged with `android:"path"`
-// using the ":module" syntax or ":module{.tag}" syntax and provides a list of otuput files to be used as if they were
+// using the ":module" syntax or ":module{.tag}" syntax and provides a list of output files to be used as if they were
// listed in the property.
type OutputFileProducer interface {
OutputFiles(tag string) (Paths, error)