1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

timesyncd: fix typo in comment

This commit is contained in:
Kay Sievers 2014-05-16 01:27:57 +02:00
parent 33169701b0
commit 15a224e06c

View File

@ -205,7 +205,7 @@ static int manager_send_request(Manager *m) {
return manager_connect(m);
}
/* re-arm timer with incresing timeout, in case the packets never arrive back */
/* re-arm timer with increasing timeout, in case the packets never arrive back */
if (m->retry_interval > 0) {
if (m->retry_interval < NTP_POLL_INTERVAL_MAX_SEC * USEC_PER_SEC)
m->retry_interval *= 2;