aboutsummaryrefslogtreecommitdiff
path: root/src/com
diff options
context:
space:
mode:
authorChristofer Ã…kersten <akersten@google.com>2020-07-30 06:44:12 -0700
committerChristofer Ã…kersten <akersten@google.com>2020-07-30 06:44:12 -0700
commit7f819c2b57ba62ea62b4c3411ada8aa75c79691d (patch)
tree42c866181553eb42e1bb1a915bf180120c22ddae /src/com
parent4db5fd75dda5ee2b624de2bad482250c35de229d (diff)
downloadTV-7f819c2b57ba62ea62b4c3411ada8aa75c79691d.tar.gz
Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference BUG=161896447 Test: Build Change-Id: I4a16f5c532588543212c23c334ef215e196513f2
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/tv/parental/ContentRatingSystem.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/tv/parental/ContentRatingSystem.java b/src/com/android/tv/parental/ContentRatingSystem.java
index d85dd50e..b40c1133 100644
--- a/src/com/android/tv/parental/ContentRatingSystem.java
+++ b/src/com/android/tv/parental/ContentRatingSystem.java
@@ -288,7 +288,7 @@ public class ContentRatingSystem {
ratings.add(builder.build(subRatings));
}
- // Sanity check.
+ // Soundness check.
for (SubRating subRating : subRatings) {
boolean used = false;
for (Rating rating : ratings) {