]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
typo fix in comment
authorHarlan Stenn <stenn@ntp.org>
Sat, 19 Jun 2010 22:28:21 +0000 (18:28 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 19 Jun 2010 22:28:21 +0000 (18:28 -0400)
bk: 4c1d4485TNgm4PRkl-rC4qdXzbOVsA

ChangeLog
ntpd/ntp_proto.c

index cac1738552bb910d0cc622a28e205d6fbce2df6a..a817e0fc0f1882227e6343a75904a0a76252957e 100644 (file)
--- 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 <stenn@ntp.org>
 * [Bug 1576] sys/sysctl.h depends on sys/param.h on OpenBSD.
 (4.2.7p36) 2010/06/15 Released by Harlan Stenn <stenn@ntp.org>
index 65c00430b1dd99590eac115f763dc925cab8292d..e44042da158852becf94c25c985c5d2be200de6f 100644 (file)
@@ -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++) {