summaryrefslogtreecommitdiff
path: root/libgo/go/os/pipe_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/os/pipe_test.go')
-rw-r--r--libgo/go/os/pipe_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/os/pipe_test.go b/libgo/go/os/pipe_test.go
index 82b792eac4..74cce80ee4 100644
--- a/libgo/go/os/pipe_test.go
+++ b/libgo/go/os/pipe_test.go
@@ -88,7 +88,7 @@ func TestStdPipe(t *testing.T) {
}
}
-// This is a helper for TestStdPipe. It's not a test in itself.
+// This is a helper for TestStdPipe. It's not a test in itself.
func TestStdPipeHelper(t *testing.T) {
if os.Getenv("GO_TEST_STD_PIPE_HELPER_SIGNAL") != "" {
signal.Notify(make(chan os.Signal, 1), syscall.SIGPIPE)