This commit is contained in:
Miek Gieben 2012-10-15 16:12:29 +02:00
parent 57b0c21d09
commit 9ca30e3c7d
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ func (z *Zone) Lock() { z.mutex.Lock() }
// Unlock unlocks the zone z for writing.
func (z *Zone) Unlock() { z.mutex.Unlock() }
// Insert inserts an RR into the zone. There is no check for duplicate data, although
// Insert inserts the RR r into the zone. There is no check for duplicate data, although
// Remove will remove all duplicates.
func (z *Zone) Insert(r RR) error {
if !z.isSubDomain(r.Header().Name) {