Skip to content

Commit 8f58bc6

Browse files
committed
Use c.Process instead of Process
1 parent 3aa520a commit 8f58bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/exec/exec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ func lookExtensions(path, dir string) (string, error) {
369369

370370
// Start starts the specified command but does not wait for it to complete.
371371
//
372-
// If Start returns successfully, the Process field will be set.
372+
// If Start returns successfully, the c.Process field will be set.
373373
//
374374
// The Wait method will return the exit code and release associated resources
375375
// once the command exits.

0 commit comments

Comments
 (0)