aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/net/textproto/pipeline.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/net/textproto/pipeline.go')
-rw-r--r--libgo/go/net/textproto/pipeline.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgo/go/net/textproto/pipeline.go b/libgo/go/net/textproto/pipeline.go
index ca50edd..2e28321 100644
--- a/libgo/go/net/textproto/pipeline.go
+++ b/libgo/go/net/textproto/pipeline.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
@@ -66,8 +66,8 @@ func (p *Pipeline) EndResponse(id uint) {
}
// A sequencer schedules a sequence of numbered events that must
-// happen in order, one after the other. The event numbering must start
-// at 0 and increment without skipping. The event number wraps around
+// happen in order, one after the other. The event numbering must start
+// at 0 and increment without skipping. The event number wraps around
// safely as long as there are not 2^32 simultaneous events pending.
type sequencer struct {
mu sync.Mutex