]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2136] Update comment text
authorMukund Sivaraman <muks@isc.org>
Wed, 8 Aug 2012 05:32:03 +0000 (11:02 +0530)
committerNaoki Kambe <kambe@jprs.co.jp>
Wed, 8 Aug 2012 12:06:30 +0000 (21:06 +0900)
src/bin/stats/stats.py.in

index 88ca3884e6e0740da852d545d3f312c748be2474..43f9cb7e9dc12d35d446f2b43c3c9ae79ee392cf 100755 (executable)
@@ -491,12 +491,11 @@ class Stats:
         """
         handle show command
         """
-        # decide if polling should be done by the the last time of
-        # polling. If more than one seconds past since the last
-        # request to each module, the stats module requests each
-        # module statistics data and then shows the latest
-        # result. Otherwise, the stats module just shows statistics
-        # data which it has.
+        # decide if polling should be done based on the the last time of
+        # polling. If more than one second has passed since the last
+        # request to each module, the stats module requests each module
+        # statistics data and then shows the latest result. Otherwise,
+        # the stats module just shows statistics data which it has.
         if get_timestamp() - self._lasttime_poll > 1.0:
             self.do_polling()
         if owner or name: