]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add missing period
authorMark Andrews <marka@isc.org>
Tue, 3 Nov 2009 01:31:17 +0000 (01:31 +0000)
committerMark Andrews <marka@isc.org>
Tue, 3 Nov 2009 01:31:17 +0000 (01:31 +0000)
bin/dnssec/dnssec-signzone.c

index da80bd2205ae7864fd6da29c9b0e5cf0b73234a5..0303b4ebffa1a77f82431e4b107123c7e2f9420a 100644 (file)
@@ -29,7 +29,7 @@
  * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-signzone.c,v 1.251 2009/10/27 18:56:49 each Exp $ */
+/* $Id: dnssec-signzone.c,v 1.252 2009/11/03 01:31:17 marka Exp $ */
 
 /*! \file */
 
@@ -1991,7 +1991,7 @@ add_ds(dns_name_t *name, dns_dbnode_t *node, isc_uint32_t nsttl) {
 }
 
 /*%
- * Generate NSEC records for the zone and remove NSEC3/NSEC3PARAM records
+ * Generate NSEC records for the zone and remove NSEC3/NSEC3PARAM records.
  */
 static void
 nsecify(void) {