summaryrefslogtreecommitdiff
path: root/libgo/go/testing/iotest/reader.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/testing/iotest/reader.go')
-rw-r--r--libgo/go/testing/iotest/reader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/testing/iotest/reader.go b/libgo/go/testing/iotest/reader.go
index ab8dc31a1f7..441b9102d94 100644
--- a/libgo/go/testing/iotest/reader.go
+++ b/libgo/go/testing/iotest/reader.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Package iotest implements Readers and Writers useful only for testing.
+// Package iotest implements Readers and Writers useful mainly for testing.
package iotest
import (