Skip to content

Commit 8869086

Browse files
Ikko Ashiminerandall77
Ikko Ashimine
authored andcommitted
runtime: fix typo in histogram.go
indicies -> indices Change-Id: Ia50ae5918fc7a53c23590a94a18087a99bfd9bb7 GitHub-Last-Rev: 98eb724 GitHub-Pull-Request: #44095 Reviewed-on: https://go-review.googlesource.com/c/go/+/289529 Reviewed-by: Ian Lance Taylor <[email protected]> Trust: Keith Randall <[email protected]>
1 parent e491c6e commit 8869086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/histogram.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626
// The number of super-buckets (timeHistNumSuperBuckets), on the
2727
// other hand, defines the range. To reserve room for sub-buckets,
2828
// bit timeHistSubBucketBits is the first bit considered for
29-
// super-buckets, so super-bucket indicies are adjusted accordingly.
29+
// super-buckets, so super-bucket indices are adjusted accordingly.
3030
//
3131
// As an example, consider 45 super-buckets with 16 sub-buckets.
3232
//

0 commit comments

Comments
 (0)