Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97c1f340 authored by Roland Levillain's avatar Roland Levillain
Browse files

Fix a typo in a comment in `android/module.go`.

Test: m
Change-Id: I1ea4e3ba70fc5f9e919495442ff94ab1e3b1fce2
parent 126c57b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)