From 3f12d271335abc9d49d419247528cf286a04f9a6 Mon Sep 17 00:00:00 2001 From: areski Date: Mon, 22 Dec 2014 18:16:15 +0100 Subject: 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 --- src/os/exec/exec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os/exec/exec.go') 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 -- cgit v1.3-5-g9baa