Commit f5f80368 authored by Robert Griesemer's avatar Robert Griesemer

exp/norm/normalize.go: fix typo

R=golang-dev, r, dsymonds
CC=golang-dev
https://golang.org/cl/5874045
parent b8b308d1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment