ntp: fix comments

Fix typos and remove an obsolete comment.
This commit is contained in:
Miroslav Lichvar
2020-08-10 16:22:19 +02:00
parent 0a63ad95ce
commit 8c75f44603
2 changed files with 3 additions and 7 deletions

View File

@@ -80,8 +80,8 @@ static uint32_t last_conf_id = 0;
/* Source scheduled for name resolving (first resolving or replacement) */
struct UnresolvedSource {
/* Current address of the source (IDADDR_ID is used for a single source
with unknown address and IPADDR_UNSPEC for a pool of sources */
/* Current address of the source (IPADDR_ID is used for a single source
with unknown address and IPADDR_UNSPEC for a pool of sources) */
NTP_Remote_Address address;
/* ID of the pool if not a single source */
int pool_id;