From: Miroslav Lichvar Date: Mon, 13 Dec 2021 14:54:43 +0000 (+0100) Subject: ntp: fix typo in comment X-Git-Tag: 4.2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd384523b2e20d89800e92cd8aacf3fa2bde007;p=thirdparty%2Fchrony.git ntp: fix typo in comment --- diff --git a/ntp_core.c b/ntp_core.c index f259f6a5..4b75f793 100644 --- a/ntp_core.c +++ b/ntp_core.c @@ -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);