aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/exec.go
diff options
context:
space:
mode:
authorareski <areski@gmail.com>2014-12-22 18:16:15 +0100
committerRuss Cox <rsc@golang.org>2015-03-20 18:34:39 +0000
commit3f12d271335abc9d49d419247528cf286a04f9a6 (patch)
tree65e4b4ff1b97541e5c069ddda9d710f694289d22 /src/os/exec/exec.go
parent9c0b145e4ca75df68da0fb11fb122bcc3b6eff27 (diff)
downloadgo-3f12d271335abc9d49d419247528cf286a04f9a6.tar.xz
bytes, os/exec, strings: fix a few BUG comments
Regular expression noteMarker requires the definition of a (who) section when reading note from a sequence of comments. Change-Id: I9635de9b86f00d20ec108097fee4d4a8f76237b2 Reviewed-on: https://go-review.googlesource.com/1952 Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/os/exec/exec.go')
-rw-r--r--src/os/exec/exec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/exec/exec.go b/src/os/exec/exec.go
index 72b4905d56..bb0c3acf4f 100644
--- a/src/os/exec/exec.go
+++ b/src/os/exec/exec.go
@@ -80,7 +80,7 @@ type Cmd struct {
// new process. It does not include standard input, standard output, or
// standard error. If non-nil, entry i becomes file descriptor 3+i.
//
- // BUG: on OS X 10.6, child processes may sometimes inherit unwanted fds.
+ // BUG(rsc): On OS X 10.6, child processes may sometimes inherit unwanted fds.
// http://golang.org/issue/2603
ExtraFiles []*os.File