From 31f2d2d5451a877643b69afcfedc31ff7790ece3 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 17 Oct 2012 14:00:41 +0200 Subject: [PATCH] docs --- zone.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zone.go b/zone.go index c26ed30f..a28e42d2 100644 --- a/zone.go +++ b/zone.go @@ -496,9 +496,9 @@ func signerRoutine(wg *sync.WaitGroup, keys map[*RR_DNSKEY]PrivateKey, keytags m // Sign signs a single ZoneData node. The zonedata itself is locked for writing, // during the execution. It is important that the nodes' next record does not -// changes. The caller must take care that the zone itself is also locked for writing. +// change. The caller must take care that the zone itself is also locked for writing. // For a more complete description see zone.Sign. -// NB: as this method has no (direct) +// Note: as this method has no (direct) // access to the zone's SOA record, the SOA's Minttl value should be set in signatureConfig. func (node *ZoneData) Sign(next *ZoneData, keys map[*RR_DNSKEY]PrivateKey, keytags map[*RR_DNSKEY]uint16, config *SignatureConfig) error { node.mutex.Lock()