]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Correct usage, spelling of "lose", "loses", and "losing" where appropriate.
authorFrederick Bruckman <bruckman@ntp.org>
Mon, 7 Jul 2003 02:31:24 +0000 (21:31 -0500)
committerFrederick Bruckman <bruckman@ntp.org>
Mon, 7 Jul 2003 02:31:24 +0000 (21:31 -0500)
bk: 3f08db7cJdxEAtifuOFm2MafcqvQbg

ChangeLog-4.1.0
html/parsenew.htm
libntp/authkeys.c
ntpd/ntp_filegen.c
ntpd/refclock_msfees.c
ntpd/refclock_oncore.c
ntpd/refclock_parse.c
parseutil/dcfd.c

index 69b566ee0194df5dd7466c77eed33c8deb31cfb7..b748b8057d7de29bb007f156cb7e2871756a2c0d 100644 (file)
@@ -4364,7 +4364,7 @@ Tue May 25 18:00:49 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
        since it may be malloc'ed.
 
        * ntpdc/ntpdc.c (sendrequest): Declare pass as const char *, don't
-       loose const in cast.
+       lose const in cast.
        * ntpq/ntpq.c (sendrequest): Likewise.
 
        * ntpd/ntp_control.c (ctl_getitem): Remove superfluous cast.
index 0ef60bc060022a39c0987d9922dae660d7d7e322..da797c5fd2e411121ddd481316748b2382cae052 100644 (file)
@@ -196,9 +196,9 @@ termio*.h c_cflag macros.
     u_char  cl_type;              /* clock type (ntp control) */
          Type if clock as in clock status word (ntp control messages) - usually 0
         
-    u_long  cl_maxunsync;         /* time to trust oscillator after loosing synch
+    u_long  cl_maxunsync;         /* time to trust oscillator after losing synch
   */
-         seconds a clock can be trusted after loosing synchronisation.
+         seconds a clock can be trusted after losing synchronisation.
 
     u_long  cl_speed;             /* terminal input & output baudrate */
     u_long  cl_cflag;             /* terminal io flags */
index f35d91c6214aa2451319a38cfea14e41995478e2..5a8dfd00f67570859658058d7589c39ecef5ce82 100644 (file)
@@ -438,7 +438,7 @@ auth_delkeys(void)
                 */
                while (sk != 0 && sk->keyid <= NTP_MAXKEY) {
                        /*
-                        * Don't loose info which keys are trusted.
+                        * Don't lose info as to which keys are trusted.
                         */
                        if (sk->flags & KEY_TRUSTED) {
                                memset(&sk->k, 0, sizeof(sk->k));
index bcf3f9c19cd186b12c3f22c86974d653cc7fe793..28a2f634b644be52e23ab251dc957cdc4f7ae4d0 100644 (file)
@@ -214,7 +214,7 @@ filegen_open(
                 *
                 * If the file was open before keep the previous generation.
                 * This will cause output to end up in the 'wrong' file,
-                * but I think this is still better than loosing output
+                * but I think this is still better than losing output
                 *
                 * ignore errors due to missing directories
                 */
index b1aaa5658f91a946d48be0eb1da7bae0920cc56a..9c28331b8e98b94ac13653ed5958353bf2a191af 100644 (file)
@@ -99,7 +99,7 @@
  * On the next minute it steps forward again :-(
  * This is typically 16.5uS/S then 3975uS at the 4min re-sync,
  * or 9.5uS/S then 3990.5uS at a 7min re-sync,
- * at which point it may loose the "00" second time stamp.
+ * at which point it may lose the "00" second time stamp.
  * I assume that the most accurate time is just AFTER the re-sync.
  * Hence remember the last cycle interval,
  *
index 625ef8978701227dad6697783246b675427ecdce..14db92f27d429ae77193702791cbf8981710a6f6 100644 (file)
@@ -877,7 +877,7 @@ oncore_init_shmem(
        /*
        * The first thing we do is see if there is an instance->shmem_fname file (still)
        * out there from a previous run.  If so, we copy it in and use it to initialize
-       * shmem (so we won't loose our almanac if we need it).
+       * shmem (so we won't lose our almanac if we need it).
        */
 
        shmem_old = 0;
@@ -2705,8 +2705,8 @@ oncore_msg_Cj_init(
        int     mode;
 
 
-       /* The M12 with 1.3 or 2.0 Firmware, looses track of all Satellites and has to
-        * start again if we go from 0D -> 3D, then looses them again when we
+       /* The M12 with 1.3 or 2.0 Firmware, loses track of all Satellites and has to
+        * start again if we go from 0D -> 3D, then loses them again when we
         * go from 3D -> 0D.  We do this to get a @@Ea message for SHMEM.
         * For NOW we will turn this aspect of filling SHMEM off for the M12
         */
index cfb9904e310502599ef045d847f6247e920d38c5..ccd4ee533f1d892ff7e43949503ca3a9d7e3d3fc 100644 (file)
@@ -802,7 +802,7 @@ static struct parse_clockinfo
        const char *cl_description;             /* device name */
        const char *cl_format;          /* fixed format */
        u_char  cl_type;                /* clock type (ntp control) */
-       u_long  cl_maxunsync;           /* time to trust oscillator after loosing synch */
+       u_long  cl_maxunsync;           /* time to trust oscillator after losing synch */
        u_long  cl_speed;               /* terminal input & output baudrate */
        u_long  cl_cflag;             /* terminal control flags */
        u_long  cl_iflag;             /* terminal input flags */
@@ -1181,7 +1181,7 @@ static struct parse_clockinfo
                "WHARTON 400A Series clock Output Format 1",    /* fixed format */
                        /* Must match a format-name in a libparse/clk_xxx.c file */
                DCF_TYPE,                       /* clock type (ntp control) */
-               (1*60*60),                      /* time to trust oscillator after loosing synch */
+               (1*60*60),                      /* time to trust oscillator after losing synch */
                B9600,                          /* terminal input & output baudrate */
                (CS8|CREAD|PARENB|CLOCAL|HUPCL),/* terminal control flags */
                0,                              /* terminal input flags */
index c59cc3f182efef984b0ebb47aef4d6bcbe75638f..1285bffcecb6b9de6010e7cb6f0d4834ce2b112e 100644 (file)
@@ -1564,7 +1564,7 @@ main(
                }
 
                /*
-                * loose terminal if in daemon operation
+                * lose terminal if in daemon operation
                 */
                if (!interactive)
                    detach();