summaryrefslogtreecommitdiff
path: root/android/namespace.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/namespace.go')
-rw-r--r--android/namespace.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/namespace.go b/android/namespace.go
index 4f727e14e..fc7bc290f 100644
--- a/android/namespace.go
+++ b/android/namespace.go
@@ -74,7 +74,7 @@ func (s *sortedNamespaces) index(namespace *Namespace) int {
// A NameResolver implements blueprint.NameInterface, and implements the logic to
// find a module from namespaces based on a query string.
-// A query string can be a module name or can be be "//namespace_path:module_path"
+// A query string can be a module name or can be "//namespace_path:module_path"
type NameResolver struct {
rootNamespace *Namespace