diff --git a/lib/dns/include/dns/zone.h b/lib/dns/include/dns/zone.h index 8a0fd663f4..9251101dab 100644 --- a/lib/dns/include/dns/zone.h +++ b/lib/dns/include/dns/zone.h @@ -2187,7 +2187,7 @@ dns_zone_setcheckisservedby(dns_zone_t *zone, void dns_zone_setnotifydelay(dns_zone_t *zone, uint32_t delay); /*%< - * Set the minimum delay between sets of notify messages. + * Set the minimum delay (in seconds) between sets of notify messages. * * Requires: * 'zone' to be valid.