[Git][NTPsec/ntpsec][master] ntpviz: fix comment.

Gary E. Miller gitlab at mg.gitlab.com
Tue Oct 18 20:30:41 UTC 2016


Gary E. Miller pushed to branch master at NTPsec / ntpsec


Commits:
308cc666 by Gary E. Miller at 2016-10-18T12:54:23-07:00
ntpviz: fix comment.

- - - - -


1 changed file:

- ntpstats/ntpviz


Changes:

=====================================
ntpstats/ntpviz
=====================================
--- a/ntpstats/ntpviz
+++ b/ntpstats/ntpviz
@@ -315,7 +315,7 @@ set rmargin 12
         for row in self.loopstats:
             rs = row.split()
             # Python slice is too dumb to do this the easy way
-            # fields: time, fld, and rtt
+            # fields: time, time offset, and freq offset
             rc = rs[0] + ' ' + rs[1] + ' ' + rs[2] + '\n'
             plot_data += rc
         plot_data += "\ne\n"



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/308cc666355c0fb6d1b546620aa656b1d89652c0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161018/dd405383/attachment.html>


More information about the vc mailing list