mirror of
https://github.com/golang/go.git
synced 2025-10-30 16:20:58 +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
|
|
@ -108,7 +108,7 @@ var testCases = []testCase{
|
|||
}
|
||||
|
||||
|
||||
// find all occurrences of s in source; report at most n occurences
|
||||
// find all occurrences of s in source; report at most n occurrences
|
||||
func find(src, s string, n int) []int {
|
||||
var res vector.IntVector
|
||||
if s != "" && n != 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue