aboutsummaryrefslogtreecommitdiff
path: root/src/com/android
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-07-30 21:37:57 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-07-30 21:37:57 +0000
commite86d333ebe3d01872f9df00c8a66b6786738d37f (patch)
tree153d58beeaae9cff8695454abdb549730195d576 /src/com/android
parentaceffb938a199d26dcce66fb9ff29ad8a1449e8e (diff)
parent7f819c2b57ba62ea62b4c3411ada8aa75c79691d (diff)
downloadTV-e86d333ebe3d01872f9df00c8a66b6786738d37f.tar.gz
Merge "Update language to comply with Android's inclusive language guidance"
Diffstat (limited to 'src/com/android')
-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) {