From: Fazlul Shahriar Date: Mon, 12 Mar 2012 21:08:00 +0000 (-0700) Subject: os/exec: fix typo in documentation X-Git-Tag: weekly.2012-03-13~25 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c7cca2756e7cf04a472c97b81f07ab791b7186ca;p=gostls13.git os/exec: fix typo in documentation R=golang-dev, gri CC=golang-dev https://golang.org/cl/5797073 --- diff --git a/src/pkg/os/exec/exec.go b/src/pkg/os/exec/exec.go index ebe92a9fba..bbd04902b7 100644 --- a/src/pkg/os/exec/exec.go +++ b/src/pkg/os/exec/exec.go @@ -59,7 +59,7 @@ type Cmd struct { // If either is nil, Run connects the corresponding file descriptor // to the null device (os.DevNull). // - // If Stdout and Stderr are are the same writer, at most one + // If Stdout and Stderr are the same writer, at most one // goroutine at a time will call Write. Stdout io.Writer Stderr io.Writer