Typo in comment

This commit is contained in:
Miek Gieben 2015-01-13 16:21:24 +00:00
parent 733a2d3822
commit 3431a56aac
1 changed files with 1 additions and 1 deletions

View File

@ -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()),