From f554da58f49deb38101fd9ffba744bf4bf35ab55 Mon Sep 17 00:00:00 2001 From: Jes Cok Date: Fri, 4 Aug 2023 12:52:08 +0800 Subject: [PATCH] os: replace "used to used" with "used to use" in description text --- src/os/wait_waitid.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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