From: Nigel Tao Date: Thu, 3 Jun 2010 07:56:53 +0000 (-0700) Subject: Fix typo in xml comments. X-Git-Tag: weekly.2010-06-09~34 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2e632088ce006505d924cfc40950fb4eb616d490;p=gostls13.git Fix typo in xml comments. R=rsc CC=golang-dev https://golang.org/cl/1503041 --- diff --git a/src/pkg/xml/xml.go b/src/pkg/xml/xml.go index 44c42c0359..cd67f6e265 100644 --- a/src/pkg/xml/xml.go +++ b/src/pkg/xml/xml.go @@ -158,9 +158,8 @@ type Parser struct { // "lt": "<", // "gt": ">", // "amp": "&", - // "pos": "'", + // "apos": "'", // "quot": `"`, - // Entity map[string]string r io.ReadByter @@ -222,7 +221,6 @@ func NewParser(r io.Reader) *Parser { // set to the URL identifying its name space when known. // If Token encounters an unrecognized name space prefix, // it uses the prefix as the Space rather than report an error. -// func (p *Parser) Token() (t Token, err os.Error) { if p.nextToken != nil { t = p.nextToken