Improve documentation of CompileMultiTargets and related properties

Test: m nothing
Change-Id: I1e3f0bf7e2a1303d2519d8405a228e9234235514
diff --git a/android/arch.go b/android/arch.go
index 16c9bdd..922548e 100644
--- a/android/arch.go
+++ b/android/arch.go
@@ -1778,6 +1778,8 @@
 	return ret
 }
 
+// Return the set of Os specific common architecture targets for each Os in a list of
+// targets.
 func getCommonTargets(targets []Target) []Target {
 	var ret []Target
 	set := make(map[string]bool)