aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorDaniel Cardenas <danielcar@google.com>2020-07-30 22:11:54 +0000
committerDaniel Cardenas <danielcar@google.com>2020-07-30 22:11:58 +0000
commitde67359782843bfd49f555925cd9a18007918782 (patch)
tree5052cd9c255e6ba59dcd7a1071d4cdc9f5ceb74b /common
parentad970e69f373129a4aef52aa5d4b69f3b4351427 (diff)
downloadbuild-de67359782843bfd49f555925cd9a18007918782.tar.gz
Change use of sanity-check to "test". Makes comment line more clear what the code does.
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference BUG=162536543 Change-Id: Ie9694d987e57670874e4708c55ad40da518d672b
Diffstat (limited to 'common')
-rw-r--r--common/strings.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/strings.mk b/common/strings.mk
index ba20e272c0..e560bf06ea 100644
--- a/common/strings.mk
+++ b/common/strings.mk
@@ -28,7 +28,7 @@ to-lower=$(subst A,a,$(subst B,b,$(subst C,c,$(subst D,d,$(subst E,e,$(subst F,f
###########################################################
to-upper=$(subst a,A,$(subst b,B,$(subst c,C,$(subst d,D,$(subst e,E,$(subst f,F,$(subst g,G,$(subst h,H,$(subst i,I,$(subst j,J,$(subst k,K,$(subst l,L,$(subst m,M,$(subst n,N,$(subst o,O,$(subst p,P,$(subst q,Q,$(subst r,R,$(subst s,S,$(subst t,T,$(subst u,U,$(subst v,V,$(subst w,W,$(subst x,X,$(subst y,Y,$(subst z,Z,$1))))))))))))))))))))))))))
-# Sanity-check to-lower and to-upper
+# Test to-lower and to-upper
lower := abcdefghijklmnopqrstuvwxyz-_
upper := ABCDEFGHIJKLMNOPQRSTUVWXYZ-_