diff --git a/lib/dns/include/dns/rdatasetiter.h b/lib/dns/include/dns/rdatasetiter.h index bc97b1f0b6..18a58154d0 100644 --- a/lib/dns/include/dns/rdatasetiter.h +++ b/lib/dns/include/dns/rdatasetiter.h @@ -32,8 +32,8 @@ * it, an implementation of the class is required. This implementation is * supplied by the database. * - * It is the client's responsibility to call dns_db_detachnode() on all - * nodes returned. + * It is the client's responsibility to call dns_rdataset_disassociate() + * on all rdatasets returned. * * XXX XXX *