From: Harlan Stenn Date: Mon, 10 Oct 2016 08:46:05 +0000 (-0700) Subject: Fix typos in include/ntp.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53f60ab8488da3fca3ce23abf99371752e522a00;p=thirdparty%2Fntp.git Fix typos in include/ntp.h bk: 57fb554dFPkL9cTwKFpcGReDgOUCzA --- diff --git a/ChangeLog b/ChangeLog index 7e921b871..249e80344 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,7 @@ even if it is very old - make sure PPS source is alive before processing samples - improve stability close to the 500ms phase jump (phase gate) +* Fix typos in include/ntp.h. * Shim X509_get_signature_nid() if needed. * git author attribution cleanup * bk ignore file cleanup diff --git a/include/ntp.h b/include/ntp.h index 84c30d9fe..6e0a96935 100644 --- a/include/ntp.h +++ b/include/ntp.h @@ -419,8 +419,7 @@ struct peer { * MODE_BROADCAST and MODE_BCLIENT appear in the transition * function. MODE_CONTROL and MODE_PRIVATE can appear in packets, * but those never survive to the transition function. - * is a -/ */ + */ #define MODE_UNSPEC 0 /* unspecified (old version) */ #define MODE_ACTIVE 1 /* symmetric active mode */ #define MODE_PASSIVE 2 /* symmetric passive mode */ @@ -433,7 +432,7 @@ struct peer { #define MODE_CONTROL 6 /* control mode */ #define MODE_PRIVATE 7 /* private mode */ /* - * This is a madeup mode for broadcast client. + * This is a made-up mode for broadcast client. */ #define MODE_BCLIENT 6 /* broadcast client mode */ @@ -731,7 +730,7 @@ struct pkt { #define LOOP_DRIFTINIT 1 /* iniitialize frequency */ #define LOOP_KERN_CLEAR 2 /* set initial frequency offset */ #define LOOP_MAX 3 /* set both step offsets */ -#define LOOP_MAX_BACK 4 /* set bacward-step offset */ +#define LOOP_MAX_BACK 4 /* set backward-step offset */ #define LOOP_MAX_FWD 5 /* set forward-step offset */ #define LOOP_PANIC 6 /* set panic offseet */ #define LOOP_PHI 7 /* set dispersion rate */