This commit is contained in:
Miek Gieben 2012-12-28 09:20:15 +01:00
parent 8cadf1d662
commit 602f3f4a49
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ type response struct {
// that most closely matches the zone name. ServeMux is DNSSEC aware, meaning
// that queries for the DS record are redirected to the parent zone (if that
// is also registered), otherwise the child gets the query.
// ServeMux is also save for concurrent access from multiple goroutines.
// ServeMux is also safe for concurrent access from multiple goroutines.
type ServeMux struct {
r *radix.Radix
m *sync.RWMutex