changeset 27303:57bd9c5431a5

perf: improve grammar of gettimer comment
author timeless <timeless@mozdev.org>
date Fri, 04 Dec 2015 17:41:02 +0000
parents faca4adfed0a
children a6fd79495770
files contrib/perf.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/perf.py	Sun Dec 06 22:20:08 2015 -0800
+++ b/contrib/perf.py	Fri Dec 04 17:41:02 2015 +0000
@@ -15,8 +15,8 @@
 def gettimer(ui, opts=None):
     """return a timer function and formatter: (timer, formatter)
 
-    This functions exist to gather the creation of formatter in a single
-    place instead of duplicating it in all performance command."""
+    This function exists to gather the creation of formatter in a single
+    place instead of duplicating it in all performance commands."""
 
     # enforce an idle period before execution to counteract power management
     # experimental config: perf.presleep