[Git][NTPsec/ntpsec][master] mode 6: correct comment with proper units
Gary E. Miller
gitlab at mg.gitlab.com
Fri Jan 20 22:37:22 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
ca842ff3 by Gary E. Miller at 2017-01-20T14:36:56-08:00
mode 6: correct comment with proper units
- - - - -
1 changed file:
- ntpd/ntp_control.c
Changes:
=====================================
ntpd/ntp_control.c
=====================================
--- a/ntpd/ntp_control.c
+++ b/ntpd/ntp_control.c
@@ -1506,7 +1506,7 @@ ctl_putsys(
break;
case CS_ERROR:
- /* a.k.a clk_jitter (s). output as us */
+ /* a.k.a clk_jitter (s). output as ms */
ctl_putdbl6(sys_var[CS_ERROR].text, clock_jitter * 1e3);
break;
@@ -2011,7 +2011,7 @@ ctl_putsys(
break;
case CS_FUZZ:
- /* a.k.a. fuzz (s), output in us */
+ /* a.k.a. fuzz (s), output in ms */
ctl_putdbl6(sys_var[varid].text, sys_fuzz * 1e3);
break;
case CS_WANDER_THRESH:
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/ca842ff30059c1fa0471043995a09e2827c6ae9d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170120/124135f8/attachment.html>
More information about the vc
mailing list