golang/src/os/exec
cui fliter 1e12eab870 all: fix a large number of comments
Partial typo corrections, following https://go.dev/wiki/Spelling

Change-Id: I2357906ff2ea04305c6357418e4e9556e20375d1
Reviewed-on: https://go-review.googlesource.com/c/go/+/573776
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: shuang cui <imcusg@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
2024-03-26 19:58:28 +00:00
..
internal/fdtest os: add wasip1 support 2023-04-07 23:34:21 +00:00
bench_test.go os/exec: don't use the echo binary for a benchmark 2019-03-03 18:43:53 +00:00
dot_test.go os/exec: simplify Windows-specific tests 2023-09-13 18:19:21 +00:00
env_test.go os/exec: allow NUL in environment variables on Plan 9 2022-11-04 01:23:16 +00:00
example_test.go os: use strings.Builder 2022-09-07 06:18:48 +00:00
exec.go all: fix a large number of comments 2024-03-26 19:58:28 +00:00
exec_linux_test.go os/exec: use a TestMain to avoid hijacking stdout for helper commands 2022-04-26 14:49:07 +00:00
exec_other_test.go os/exec: add the Cancel and WaitDelay fields 2022-10-25 03:34:36 +00:00
exec_plan9.go os/exec: make skipStdinCopyError a function instead of a variable 2022-04-26 13:47:05 +00:00
exec_posix_test.go os/exec: reduce arbitrary sleeps in TestWaitid 2022-10-13 20:21:32 +00:00
exec_test.go all: fix a large number of comments 2024-03-26 19:58:28 +00:00
exec_unix.go os/exec: make skipStdinCopyError a function instead of a variable 2022-04-26 13:47:05 +00:00
exec_unix_test.go os/exec: add the Cancel and WaitDelay fields 2022-10-25 03:34:36 +00:00
exec_windows.go os/exec: make skipStdinCopyError a function instead of a variable 2022-04-26 13:47:05 +00:00
exec_windows_test.go os: use testenv.Command instead of exec.Command in tests 2023-02-21 23:07:55 +00:00
internal_test.go
lp_linux_test.go os/exec: adjust function name in fatal message 2023-09-18 17:02:50 +00:00
lp_plan9.go os: add available godoc link 2024-02-26 21:33:12 +00:00
lp_test.go
lp_unix.go os: add available godoc link 2024-02-26 21:33:12 +00:00
lp_unix_test.go os/exec: simplify Windows-specific tests 2023-09-13 18:19:21 +00:00
lp_wasm.go os/exec: avoid calling LookPath in cmd.Start for resolved paths 2023-09-13 19:38:12 +00:00
lp_windows.go os: add available godoc link 2024-02-26 21:33:12 +00:00
lp_windows_test.go os/exec: avoid calling LookPath in cmd.Start for resolved paths 2023-09-13 19:38:12 +00:00
read3.go os/exec: use a TestMain to avoid hijacking stdout for helper commands 2022-04-26 14:49:07 +00:00