typo in doc

This commit is contained in:
Miek Gieben 2013-01-17 11:16:22 +01:00
parent 03c7b54668
commit ed1bb58a66
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
// Parse the rdata of each rrtype.
// All data from the channel c is either _STRING or _BLANK.
// After the rdata there may come 1 _BLANK and then a _NEWLINE
// After the rdata there may come a _BLANK and then a _NEWLINE
// or immediately a _NEWLINE. If this is not the case we flag
// an *ParseError: garbage after rdata.
func setRR(h RR_Header, c chan lex, o, f string) (RR, *ParseError) {