mirror of
https://github.com/golang/go
synced 2024-11-17 14:54:44 -07:00
runtime: fix typo in histogram.go
indicies -> indices
Change-Id: Ia50ae5918fc7a53c23590a94a18087a99bfd9bb7
GitHub-Last-Rev: 98eb724275
GitHub-Pull-Request: golang/go#44095
Reviewed-on: https://go-review.googlesource.com/c/go/+/289529
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Keith Randall <khr@golang.org>
This commit is contained in:
parent
e491c6eea9
commit
8869086d8f
@ -26,7 +26,7 @@ const (
|
||||
// The number of super-buckets (timeHistNumSuperBuckets), on the
|
||||
// other hand, defines the range. To reserve room for sub-buckets,
|
||||
// bit timeHistSubBucketBits is the first bit considered for
|
||||
// super-buckets, so super-bucket indicies are adjusted accordingly.
|
||||
// super-buckets, so super-bucket indices are adjusted accordingly.
|
||||
//
|
||||
// As an example, consider 45 super-buckets with 16 sub-buckets.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user