From ecf6b52b7f4ba6e8c98f25adf9e83773fe908829 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 4 Dec 2021 17:59:19 -0800 Subject: [PATCH] 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 --- test/ken/slicearray.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]