summaryrefslogtreecommitdiff
path: root/fix_skia_results.py
diff options
context:
space:
mode:
Diffstat (limited to 'fix_skia_results.py')
-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 c8d31de1..c7ccc873 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 suitable time unit for them.
+ """Given a list of times (in milliseconds), find a sane time unit for them.
Returns the unit name, and `ms` normalized to that time unit.