mirror of
https://github.com/golang/go
synced 2024-11-23 11:50:09 -07:00
runtime: fix typo in histogram.go
indicies -> indices
This commit is contained in:
parent
e491c6eea9
commit
98eb724275
@ -26,7 +26,7 @@ const (
|
|||||||
// The number of super-buckets (timeHistNumSuperBuckets), on the
|
// The number of super-buckets (timeHistNumSuperBuckets), on the
|
||||||
// other hand, defines the range. To reserve room for sub-buckets,
|
// other hand, defines the range. To reserve room for sub-buckets,
|
||||||
// bit timeHistSubBucketBits is the first bit considered for
|
// 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.
|
// As an example, consider 45 super-buckets with 16 sub-buckets.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user