mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-02 07:07:33 -04:00
all: fix some typos in comment
Change-Id: I40f9866661bad30ee2f4be2e9d0beee54db860b3 Reviewed-on: https://go-review.googlesource.com/c/sys/+/611775 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Commit-Queue: Ian Lance Taylor <iant@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
@@ -830,9 +830,9 @@ func FuzzComposeCommandLine(f *testing.F) {
|
||||
// If args[0] contains a space or control character, we must quote it
|
||||
// to avoid it being split into multiple arguments.
|
||||
// If args[0] already starts with a quote character, we have no way
|
||||
// to indicate that that character is part of the literal argument.
|
||||
// to indicate that character is part of the literal argument.
|
||||
// In either case, if the string already contains a quote character
|
||||
// we must avoid misinterpriting that character as the end of the
|
||||
// we must avoid misinterpreting that character as the end of the
|
||||
// quoted argument string.
|
||||
//
|
||||
// Unfortunately, ComposeCommandLine does not return an error, so we
|
||||
|
||||
Reference in New Issue
Block a user