mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
pkg: spelling tweaks, I-Z
also, a few miscellaneous fixes to files outside pkg R=golang-dev, dsymonds, mikioh.mikioh, r CC=golang-dev https://golang.org/cl/4517116
This commit is contained in:
parent
9107b530d8
commit
3fbd478a8a
31 changed files with 48 additions and 48 deletions
|
|
@ -356,7 +356,7 @@ func BenchmarkMatchClass(b *testing.B) {
|
|||
|
||||
func BenchmarkMatchClass_InRange(b *testing.B) {
|
||||
b.StopTimer()
|
||||
// 'b' is betwen 'a' and 'c', so the charclass
|
||||
// 'b' is between 'a' and 'c', so the charclass
|
||||
// range checking is no help here.
|
||||
x := strings.Repeat("bbbb", 20) + "c"
|
||||
re := MustCompile("[ac]")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue