From 722460f52d4b0c313b6184644bcb678523f9935c Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 6 Jul 2012 20:44:41 +0200 Subject: [PATCH] documentation --- zscan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zscan.go b/zscan.go index f636280f..6fd5f280 100644 --- a/zscan.go +++ b/zscan.go @@ -112,7 +112,7 @@ func ReadRR(q io.Reader, filename string) (RR, error) { return r.RR, nil } -// ParseZone reads a RFC 1035 zone from r. It returns Tokens on the +// ParseZone reads a RFC 1035 style one from r. It returns Tokens on the // returned channel, which consist out the parsed RR or an error. // If there is an error the RR is nil. The string file is only used // in error reporting. The string origin is used as the initial origin, as