aboutsummaryrefslogtreecommitdiff
path: root/cmp/path.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmp/path.go')
-rw-r--r--cmp/path.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmp/path.go b/cmp/path.go
index f01eff3..c710034 100644
--- a/cmp/path.go
+++ b/cmp/path.go
@@ -178,7 +178,7 @@ type structField struct {
unexported bool
mayForce bool // Forcibly allow visibility
paddr bool // Was parent addressable?
- pvx, pvy reflect.Value // Parent values (always addressible)
+ pvx, pvy reflect.Value // Parent values (always addressable)
field reflect.StructField // Field information
}