]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix typo in histogram.go
authorIkko Ashimine <eltociear@gmail.com>
Thu, 4 Feb 2021 02:47:37 +0000 (02:47 +0000)
committerKeith Randall <khr@golang.org>
Thu, 4 Feb 2021 04:46:49 +0000 (04:46 +0000)
indicies -> indices

Change-Id: Ia50ae5918fc7a53c23590a94a18087a99bfd9bb7
GitHub-Last-Rev: 98eb724275fd61d5f5ce5dad6b1010c10f76906d
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>

src/runtime/histogram.go

index 42baa6c5e2c0df3765e21e307bfdc4c1c808a92d..da4910d341cbcf861059f292eb4576a8e762e75a 100644 (file)
@@ -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.
        //