1
0
mirror of https://github.com/golang/go synced 2024-11-24 20:20:03 -07:00

Fix typo in xml comments.

R=rsc
CC=golang-dev
https://golang.org/cl/1503041
This commit is contained in:
Nigel Tao 2010-06-03 00:56:53 -07:00
parent aae02a1855
commit 2e632088ce

View File

@ -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