summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2020-07-28 19:35:49 +0800
committerYi Kong <yikong@google.com>2020-07-28 19:35:49 +0800
commitb8f114fae8201769bc8c13424e2a59ff93e109f4 (patch)
treee15da5bed6d027a44541f47c3853c1853cd46506
parentf0080c2949dd06f1c565738e06b3bbd2c100de3b (diff)
downloadbenchmark-b8f114fae8201769bc8c13424e2a59ff93e109f4.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: N/A comment-only Change-Id: I5e76ab37b7937927bc5181e2f42df208c502dbc0
-rwxr-xr-xfix_skia_results.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix_skia_results.py b/fix_skia_results.py
index c7ccc873..c8d31de1 100755
--- a/fix_skia_results.py
+++ b/fix_skia_results.py
@@ -58,7 +58,7 @@ def _GetTimeMultiplier(label_name):
def _GetTimeDenom(ms):
- """Given a list of times (in milliseconds), find a sane time unit for them.
+ """Given a list of times (in milliseconds), find a suitable time unit for them.
Returns the unit name, and `ms` normalized to that time unit.