From eab966fdb307683158ff2bddac707fc95df832cc Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 23 Jan 2002 02:55:10 +0000 Subject: [PATCH] pullu: typo in comment --- lib/dns/include/dns/zone.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/include/dns/zone.h b/lib/dns/include/dns/zone.h index d63833981b..6f8ec8d39f 100644 --- a/lib/dns/include/dns/zone.h +++ b/lib/dns/include/dns/zone.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.h,v 1.106.2.2 2002/01/23 02:05:42 gson Exp $ */ +/* $Id: zone.h,v 1.106.2.3 2002/01/23 02:55:10 marka Exp $ */ #ifndef DNS_ZONE_H #define DNS_ZONE_H 1 @@ -214,7 +214,7 @@ dns_zone_loadnew(dns_zone_t *zone); /* * Cause the database to be loaded from its backing store. * Confirm that the mimimum requirements for the zone type are - * met, otherwise DNS_R_BADZONE is return. + * met, otherwise DNS_R_BADZONE is returned. * * dns_zone_loadnew() only loads zones that are not yet loaded. * dns_zone_load() also loads zones that are already loaded and