Skip to content

Commit 7847260

Browse files
ianlancetaylorgopherbot
authored andcommitted
reflect: correct tpoy in comment
Change-Id: I75aef6bf957939fae8b680214f5923dc2713a5cc Reviewed-on: https://go-review.googlesource.com/c/go/+/452935 Reviewed-by: Russ Cox <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Russ Cox <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]>
1 parent 483f3dc commit 7847260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reflect/value.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3344,7 +3344,7 @@ func (v Value) Equal(u Value) bool {
33443344
return false
33453345
}
33463346

3347-
// Handle ach Kind directly rather than calling valueInterface
3347+
// Handle each Kind directly rather than calling valueInterface
33483348
// to avoid allocating.
33493349
switch v.Kind() {
33503350
default:

0 commit comments

Comments
 (0)