diff --git a/format.go b/format.go index 628c1e08..1ac1664f 100644 --- a/format.go +++ b/format.go @@ -30,7 +30,7 @@ func Field(r RR, i int) string { case reflect.Slice: switch reflect.ValueOf(r).Elem().Type().Field(i).Tag { case `dns:"a"`: - // TODO(miek): We hmm store this as 16 bytes + // TODO(miek): Hmm store this as 16 bytes if d.Len() < net.IPv6len { return net.IPv4(byte(d.Index(0).Uint()), byte(d.Index(1).Uint()),