summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.