From: Evan Hunt Date: Thu, 8 Jan 2015 16:46:59 +0000 (-0800) Subject: [master] typo in comment X-Git-Tag: v9.11.0a1~1132 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69a838727b18f26ca1ece2850303caba7875a677;p=thirdparty%2Fbind9.git [master] typo in comment --- diff --git a/bin/named/server.c b/bin/named/server.c index 2167009a70a..258a813d8ba 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -5347,7 +5347,7 @@ setup_newzones(dns_view_t *view, cfg_obj_t *config, cfg_obj_t *vconfig, /* * We attach the parser that was used for config as well - * as the one that wil be used for added zones, to avoid + * as the one that will be used for added zones, to avoid * a shutdown race later. */ cfg_parser_attach(conf_parser, &nzcfg->conf_parser);