From 5336b803aedd0e236d24d5ab7a7189aa7bb851ef Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 20 Jun 2000 04:12:15 +0000 Subject: [PATCH] style lint --- lib/dns/include/dns/master.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/dns/include/dns/master.h b/lib/dns/include/dns/master.h index ed3ac95076..9953953c0e 100644 --- a/lib/dns/include/dns/master.h +++ b/lib/dns/include/dns/master.h @@ -75,13 +75,13 @@ dns_master_loadbuffer(isc_buffer_t *buffer, * 'callbacks->warn' to generate any error messages required. * * Requires: - * 'master_file' to point to a valid string. - * 'top' to point to a valid name. - * 'origin' to point to a valid name. - * 'callbacks->commit' to point ta a valid function. - * 'callbacks->error' to point ta a valid function. - * 'callbacks->warn' to point ta a valid function. - * 'mctx' to point to a memory context. + * 'master_file' points to a valid string. + * 'top' points to a valid name. + * 'origin' points to a valid name. + * 'callbacks->commit' points to a valid function. + * 'callbacks->error' points to a valid function. + * 'callbacks->warn' points to a valid function. + * 'mctx' points to a valid memory context. * * Returns: * ISC_R_SUCCESS upon successfully loading the master file.