exp/norm/normalize.go: fix typo

R=golang-dev, r, dsymonds
CC=golang-dev
https://golang.org/cl/5874045
This commit is contained in:
Robert Griesemer 2012-03-21 14:55:05 -07:00
parent b8b308d184
commit f5f80368c4
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ func lastBoundary(fd *formInfo, b []byte) int {
return -1
}
if info.size == 0 { // ends with incomplete rune
if p == 0 { // starts wtih incomplete rune
if p == 0 { // starts with incomplete rune
return -1
}
i = p