From 3431a56aacee1a79441a363c454a5cfddc44e2c5 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Tue, 13 Jan 2015 16:21:24 +0000 Subject: [PATCH] Typo in comment --- format.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()),