We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e491c6e commit 8869086Copy full SHA for 8869086
src/runtime/histogram.go
@@ -26,7 +26,7 @@ const (
26
// The number of super-buckets (timeHistNumSuperBuckets), on the
27
// other hand, defines the range. To reserve room for sub-buckets,
28
// bit timeHistSubBucketBits is the first bit considered for
29
- // super-buckets, so super-bucket indicies are adjusted accordingly.
+ // super-buckets, so super-bucket indices are adjusted accordingly.
30
//
31
// As an example, consider 45 super-buckets with 16 sub-buckets.
32
0 commit comments