aboutsummaryrefslogtreecommitdiff
path: root/android/soong_config_modules.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/soong_config_modules.go')
-rw-r--r--android/soong_config_modules.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/soong_config_modules.go b/android/soong_config_modules.go
index a61c9d33d..e8b271abc 100644
--- a/android/soong_config_modules.go
+++ b/android/soong_config_modules.go
@@ -139,7 +139,7 @@ type soongConfigModuleTypeImportProperties struct {
// }
//
// If an acme BoardConfig.mk file contained:
-// $(call add_sonng_config_namespace, acme)
+// $(call add_soong_config_namespace, acme)
// $(call add_soong_config_var_value, acme, board, soc_a)
// $(call add_soong_config_var_value, acme, feature, true)
// $(call add_soong_config_var_value, acme, width, 200)