Update language to comply with Android’s inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference

Test: N/A - comment only changes
Bug: 161896447
Change-Id: Icb7fb0418b1acb02ac0423a8821fe61313cf80d8
diff --git a/build/Android.gtest.mk b/build/Android.gtest.mk
index edf1891..9fcddf6 100644
--- a/build/Android.gtest.mk
+++ b/build/Android.gtest.mk
@@ -44,7 +44,7 @@
   $(HOST_OUT_JAVA_LIBRARIES)/core-icu4j-hostdex.jar:apex/com.android.i18n/javalib/core-icu4j.jar \
   $(icu_data_file):com.android.i18n/etc/icu/$(notdir $(icu_data_file))
 
-# Create dummy module that will copy all the data files into testcases directory.
+# Create a module that will copy all the data files into testcases directory.
 # For now, this copies everything to "out/host/linux-x86/" subdirectory, since it
 # is hard-coded in many places. TODO: Refactor tests to remove the need for this.
 include $(CLEAR_VARS)