mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +00:00
fixec typos in previous checkin
This commit is contained in:
parent
aa79283a0d
commit
06ed5a0d46
@ -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…
x
Reference in New Issue
Block a user