]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Fix typos in include/ntp.h
authorHarlan Stenn <stenn@ntp.org>
Mon, 10 Oct 2016 08:46:05 +0000 (01:46 -0700)
committerHarlan Stenn <stenn@ntp.org>
Mon, 10 Oct 2016 08:46:05 +0000 (01:46 -0700)
bk: 57fb554dFPkL9cTwKFpcGReDgOUCzA

ChangeLog
include/ntp.h

index 7e921b871543028c6b46832d46470273b9f1435f..249e80344713c7d93625daa9b722d2dd85921e11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,7 @@
              even if it is very old <perlinger@ntp.org>
   - 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
index 84c30d9feea046bcd134334565d4746e0f17379e..6e0a96935010b532646da43100001498776a0bc5 100644 (file)
@@ -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 */