]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
ntp: fix typo in comment
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 13 Dec 2021 14:54:43 +0000 (15:54 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 14 Dec 2021 09:34:19 +0000 (10:34 +0100)
ntp_core.c

index f259f6a5f89e355a2a55623890357467f3516b10..4b75f7938558ddde26811916aec1f693ae1412c2 100644 (file)
@@ -1972,7 +1972,7 @@ process_response(NCR_Instance inst, NTP_Local_Address *local_addr,
     updated_timestamps = 2;
 
     /* If available, update the monotonic timestamp and accumulate the offset.
-       This needs to be done here to no lose changes in remote_ntp_rx in
+       This needs to be done here to not lose changes in remote_ntp_rx in
        symmetric mode when there are multiple responses per request. */
     if (ef_exp1 && !UTI_IsZeroNtp64(&ef_exp1->mono_receive_ts)) {
       inst->remote_mono_epoch = ntohl(ef_exp1->mono_epoch);