2
0
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:
Andreas Gustafsson 2000-06-15 17:42:16 +00:00
parent aa79283a0d
commit 06ed5a0d46

View File

@ -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);