diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 23db448189..84725d2c4e 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.c,v 1.582.8.28 2011/08/31 07:01:47 marka Exp $ */ +/* $Id: zone.c,v 1.582.8.29 2011/09/02 14:41:31 smann Exp $ */ /*! \file */ @@ -7911,7 +7911,7 @@ zone_maintenance(dns_zone_t *zone) { * Configuring the view of this zone may have * failed, for example because the config file * had a syntax error. In that case, the view - * adb or resolver, and we had better not try + * db or resolver will be NULL, and we had better not try * to do maintenance on it. */ if (zone->view == NULL || zone->view->adb == NULL)