diff options
Diffstat (limited to 'src/os/exec/exec_test.go')
| -rw-r--r-- | src/os/exec/exec_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/exec/exec_test.go b/src/os/exec/exec_test.go index a69b5176d5..1f2fd12add 100644 --- a/src/os/exec/exec_test.go +++ b/src/os/exec/exec_test.go @@ -697,7 +697,7 @@ func TestHelperProcess(*testing.T) { } // Referring to fd3 here ensures that it is not // garbage collected, and therefore closed, while - // executing the wantfd loop above. It doesn't matter + // executing the wantfd loop above. It doesn't matter // what we do with fd3 as long as we refer to it; // closing it is the easy choice. fd3.Close() |
