mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
fixec typos in previous checkin
This commit is contained in:
parent
aa79283a0d
commit
06ed5a0d46
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ ratelimiter_free(isc_ratelimiter_t *rl) {
|
|||
|
||||
void
|
||||
isc_ratelimiter_attach(isc_ratelimiter_t *source, isc_ratelimiter_t **target) {
|
||||
REQUIE(souce != NULL);
|
||||
REQUIRE(source != NULL);
|
||||
REQUIRE(target != NULL && *target == NULL);
|
||||
|
||||
LOCK(&source->lock);
|
||||
|
|
|
|||
Loading…
Reference in a new issue