David Fifield 5 лет назад
Родитель
Сommit
15ff06af9b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dns/dns.go

+ 1 - 1
dns/dns.go

@@ -179,7 +179,7 @@ type RR struct {
 }
 
 // readName parses a DNS name from r. It leaves r positioned just after the
-// parsed named.
+// parsed name.
 func readName(r io.ReadSeeker) (Name, error) {
 	var labels [][]byte
 	// We limit the number of compression pointers we are willing to follow.