From: Ian Lance Taylor Date: Sun, 5 Dec 2021 01:59:19 +0000 (-0800) Subject: test/ken/slicearray.go: correct type width in comment X-Git-Tag: go1.18beta1~90 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ecf6b52b7f4ba6e8c98f25adf9e83773fe908829;p=gostls13.git test/ken/slicearray.go: correct type width in comment The type was changed in https://golang.org/cl/3991043 but the comment wasn't updated. Change-Id: I7ba3f625c732e5e801675ffc5d4a28e1d310faa3 Reviewed-on: https://go-review.googlesource.com/c/go/+/369374 Trust: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Rob Pike --- diff --git a/test/ken/slicearray.go b/test/ken/slicearray.go index 6cf676c588..a431983d15 100644 --- a/test/ken/slicearray.go +++ b/test/ken/slicearray.go @@ -89,7 +89,7 @@ func main() { by = bx[2:8] tstb() - // width 4 (float64) + // width 8 (float64) lb = 0 hb = 10 fy = fx[lb:hb]