From: Harlan Stenn Date: Tue, 12 Apr 2016 07:43:08 +0000 (+0000) Subject: comment tweak X-Git-Tag: NTP_4_2_8P7~18^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdcefef608fdf1ec812995b6a7d09d9a1adbad69;p=thirdparty%2Fntp.git comment tweak bk: 570ca70cA6fOSiaNJ4EqRMV3JySAxw --- diff --git a/ntpd/ntp_proto.c b/ntpd/ntp_proto.c index dfbc58d5a..34d022d51 100644 --- a/ntpd/ntp_proto.c +++ b/ntpd/ntp_proto.c @@ -1353,7 +1353,7 @@ receive( ++bail; } - /* not monotonic? There's a trickser out there! */ + /* Alert if time from the server is non-monotonic */ tdiff = p_xmt; L_SUB(&tdiff, &peer->bxmt); if (tdiff.l_i < 0) {