From: Jes Cok Date: Fri, 4 Aug 2023 04:58:40 +0000 (+0000) Subject: os: replace "used to used" with "used to use" in description text X-Git-Tag: go1.22rc1~1398 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=dfde9e8361264e9f551fc3836050e05de141b697;p=gostls13.git 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 Reviewed-by: Michael Knyszek Reviewed-by: qiulaidongfeng <2645477756@qq.com> Run-TryBot: Ian Lance Taylor Reviewed-by: Ian Lance Taylor Auto-Submit: Ian Lance Taylor --- 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