mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 01:12:07 -04:00
typos in comments
This commit is contained in:
parent
21eaa04858
commit
7e86b27bc0
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ isc_ratelimiter_setinterval(isc_ratelimiter_t *rl, isc_interval_t *interval);
|
|||
void
|
||||
isc_ratelimiter_setpertic(isc_ratelimiter_t *rl, isc_uint32_t perint);
|
||||
/*
|
||||
* Set the number of events procesed per interval timer tic.
|
||||
* If 'perint' is zero it is trated as 1.
|
||||
* Set the number of events processed per interval timer tick.
|
||||
* If 'perint' is zero it is treated as 1.
|
||||
*/
|
||||
|
||||
isc_result_t
|
||||
|
|
|
|||
Loading…
Reference in a new issue