From: Ian Lance Taylor Date: Tue, 22 Nov 2022 22:50:57 +0000 (-0800) Subject: reflect: correct tpoy in comment X-Git-Tag: go1.20rc1~68 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=78472603c6bac7a52d42d565558b9c0cb12c3f9a;p=gostls13.git 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 --- 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: