summaryrefslogtreecommitdiff
path: root/src/pkg/gob/decoder.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/gob/decoder.go')
-rw-r--r--src/pkg/gob/decoder.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/gob/decoder.go b/src/pkg/gob/decoder.go
index 745ed6952..d00c3a762 100644
--- a/src/pkg/gob/decoder.go
+++ b/src/pkg/gob/decoder.go
@@ -88,7 +88,7 @@ func (dec *Decoder) Decode(e interface{}) os.Error {
// Is it a new type?
if id < 0 { // 0 is the error state, handled above
- // If the id is negative, we have a type.
+ // If the id is negative, we have a type.
dec.recvType(-id);
if dec.state.err != nil {
break;