chiark / gitweb /
timesyncd: fix typo in comment
[elogind.git] / src / timesync / timesyncd.c
index d26e8cbd6bbddef8ca01458b38ad6d597237d956..aefbd27c7b2ba00d444d6d178650b20c8be1e8d2 100644 (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;