diff options
Diffstat (limited to 'src/bytes/bytes.go')
-rw-r--r-- | src/bytes/bytes.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytes/bytes.go b/src/bytes/bytes.go index f461d2b3ce..de3bd0515a 100644 --- a/src/bytes/bytes.go +++ b/src/bytes/bytes.go @@ -46,7 +46,7 @@ func explode(s []byte, n int) [][]byte { return a[0:na] } -// countGeneric actualy implements Count +// countGeneric actually implements Count func countGeneric(s, sep []byte) int { n := 0 // special case |