aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob
diff options
context:
space:
mode:
Diffstat (limited to 'src/encoding/gob')
-rw-r--r--src/encoding/gob/type.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoding/gob/type.go b/src/encoding/gob/type.go
index 24105c5e11..2f7254abb9 100644
--- a/src/encoding/gob/type.go
+++ b/src/encoding/gob/type.go
@@ -24,7 +24,7 @@ type userTypeInfo struct {
base reflect.Type // the base type after all indirections
indir int // number of indirections to reach the base type
externalEnc int // xGob, xBinary, or xText
- externalDec int // xGob, xBinary or xText
+ externalDec int // xGob, xBinary, or xText
encIndir int8 // number of indirections to reach the receiver type; may be negative
decIndir int8 // number of indirections to reach the receiver type; may be negative
}