From 78472603c6bac7a52d42d565558b9c0cb12c3f9a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 22 Nov 2022 14:50:57 -0800 Subject: [PATCH] reflect: correct tpoy in comment Change-Id: I75aef6bf957939fae8b680214f5923dc2713a5cc Reviewed-on: https://go-review.googlesource.com/c/go/+/452935 Reviewed-by: Russ Cox Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot Auto-Submit: Russ Cox Auto-Submit: Ian Lance Taylor Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor --- src/reflect/value.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reflect/value.go b/src/reflect/value.go index 2c6ce4ad12..42bb5ea527 100644 --- a/src/reflect/value.go +++ b/src/reflect/value.go @@ -3344,7 +3344,7 @@ func (v Value) Equal(u Value) bool { return false } - // Handle ach Kind directly rather than calling valueInterface + // Handle each Kind directly rather than calling valueInterface // to avoid allocating. switch v.Kind() { default: -- 2.50.0