aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJes Cok <xigua67damn@gmail.com>2023-08-04 04:58:40 +0000
committerGopher Robot <gobot@golang.org>2023-08-07 00:27:57 +0000
commitdfde9e8361264e9f551fc3836050e05de141b697 (patch)
tree8cf3ade394227c610f974df5c118f7ac924b3c3c /src
parent9701d078c62393bfb424de7171895f85b01da4e3 (diff)
downloadgo-dfde9e8361264e9f551fc3836050e05de141b697.tar.xz
os: replace "used to used" with "used to use" in description text
Change-Id: I5445f3393373423592dfdd88b91d267c2c98d113 GitHub-Last-Rev: f554da58f49deb38101fd9ffba744bf4bf35ab55 GitHub-Pull-Request: golang/go#61749 Reviewed-on: https://go-review.googlesource.com/c/go/+/515798 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: qiulaidongfeng <2645477756@qq.com> Run-TryBot: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/os/wait_waitid.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/wait_waitid.go b/src/os/wait_waitid.go
index c0503b209c..cd078f3522 100644
--- a/src/os/wait_waitid.go
+++ b/src/os/wait_waitid.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// We used to used this code for Darwin, but according to issue #19314
+// We used to use this code for Darwin, but according to issue #19314
// waitid returns if the process is stopped, even when using WEXITED.
//go:build linux