]> Cypherpunks repositories - gostls13.git/commit
os: fix grammar nit
authorRuss Cox <rsc@golang.org>
Tue, 9 Jan 2018 20:49:40 +0000 (15:49 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 9 Jan 2018 23:59:31 +0000 (23:59 +0000)
commitde292613c17c0fd8bf6e5fb9e781866d77dc49b1
treeb118bd6237bf4af3bfcb087a9169d988e74e370e
parent8c916a2f6d8b26f878d80108aaab2b22007f46bb
os: fix grammar nit

There should not be a comma before "and" in the original text,
because what follows is not a complete sentence. Rewrite.

Change-Id: Ie99f204cc87e911fb46149e2eb65e132fa1eb63a
Reviewed-on: https://go-review.googlesource.com/87020
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/exec.go