Index: src/pkg/encoding/gob/encode.go |
=================================================================== |
--- a/src/pkg/encoding/gob/encode.go |
+++ b/src/pkg/encoding/gob/encode.go |
@@ -474,7 +474,7 @@ |
enc.freeEncoderState(state) |
} |
-// isZero returns whether the value is the zero of its type. |
+// isZero reports whether the value is the zero of its type. |
func isZero(val reflect.Value) bool { |
switch val.Kind() { |
case reflect.Array: |