From: Harlan Stenn Date: Sat, 19 Jun 2010 22:28:21 +0000 (-0400) Subject: typo fix in comment X-Git-Tag: NTP_4_2_7P38~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ea37ebbc6d7a46dcbf6a2f721a839bcd1f2250;p=thirdparty%2Fntp.git typo fix in comment bk: 4c1d4485TNgm4PRkl-rC4qdXzbOVsA --- diff --git a/ChangeLog b/ChangeLog index cac173855..a817e0fc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * [Bug 1575] from 4.2.6p2-RC7: use 'snprintf' with LIB_BUFLENGTH in inttoa.c, tvtoa.c and utvtoa.c * [Bug 1576] backported to 4.2.6p2-RC7. +* Typo fix in a comment in ntp_proto.c. (4.2.7p37) 2010/06/19 Released by Harlan Stenn * [Bug 1576] sys/sysctl.h depends on sys/param.h on OpenBSD. (4.2.7p36) 2010/06/15 Released by Harlan Stenn diff --git a/ntpd/ntp_proto.c b/ntpd/ntp_proto.c index 65c00430b..e44042da1 100644 --- a/ntpd/ntp_proto.c +++ b/ntpd/ntp_proto.c @@ -2118,7 +2118,7 @@ clock_filter( } /* - * If and the clock is synchronized,sort the samples by distance. + * If the clock is synchronized,sort the samples by distance. */ if (sys_leap != LEAP_NOTINSYNC) { for (i = 1; i < NTP_SHIFT; i++) {