Update language to comply with Android’s inclusive language guidance am: b8f114fae8 am: 9ab5c830cd am: ff50203953

Original change: https://android-review.googlesource.com/c/toolchain/benchmark/+/1374316

Change-Id: I4f430ea2043ca44e41f6d32fa72ac44bb35eddc7
diff --git a/fix_skia_results.py b/fix_skia_results.py
index c7ccc87..c8d31de 100755
--- a/fix_skia_results.py
+++ b/fix_skia_results.py
@@ -58,7 +58,7 @@
 
 
 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.