typo in docs

This commit is contained in:
Miek Gieben 2012-12-14 16:24:53 +01:00
parent 3c4e9a95b4
commit 6cd2d0524d
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ func (rr *OPT) SetDo() {
rr.Hdr.Ttl = uint32(b1)<<24 | uint32(b2)<<16 | uint32(b3)<<8 | uint32(b4)
}
// EDNS0 defines an EDNS0 Option. An OPT RR can have multiple option appended to
// EDNS0 defines an EDNS0 Option. An OPT RR can have multiple options appended to
// it. Basic use pattern for adding an option to and OPT RR:
//
// // o is the OPT RR, e is the EDNS0 option