aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_windows_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscall/exec_windows_test.go')
-rw-r--r--src/syscall/exec_windows_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syscall/exec_windows_test.go b/src/syscall/exec_windows_test.go
index fb2c767c35..aeafb564b3 100644
--- a/src/syscall/exec_windows_test.go
+++ b/src/syscall/exec_windows_test.go
@@ -52,7 +52,7 @@ func TestChangingProcessParent(t *testing.T) {
if os.Getenv("GO_WANT_HELPER_PROCESS") == "parent" {
// in parent process
- // Parent does nothign. It is just used as a parent of a child process.
+ // Parent does nothing. It is just used as a parent of a child process.
time.Sleep(time.Minute)
os.Exit(0)
}