From 42f558bd56b043905e36702af649ae46b2aeec8a Mon Sep 17 00:00:00 2001 From: cui fliter Date: Thu, 27 Apr 2023 20:25:06 +0800 Subject: all: remove repeated definite articles Change-Id: Idea3e6ca6e62bd5a5ff6e6d5c3f39efb7628f0ec Reviewed-on: https://go-review.googlesource.com/c/go/+/489635 Run-TryBot: Michael Pratt Run-TryBot: shuang cui TryBot-Result: Gopher Robot Reviewed-by: Michael Pratt Reviewed-by: Dmitri Shuralyov Auto-Submit: Michael Pratt --- src/runtime/coverage/apis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/coverage') diff --git a/src/runtime/coverage/apis.go b/src/runtime/coverage/apis.go index 4366ef47ab..05da345ede 100644 --- a/src/runtime/coverage/apis.go +++ b/src/runtime/coverage/apis.go @@ -27,7 +27,7 @@ func WriteMetaDir(dir string) error { // WriteMeta writes the meta-data content (the payload that would // normally be emitted to a meta-data file) for the currently running -// program to the the writer 'w'. An error will be returned if the +// program to the writer 'w'. An error will be returned if the // operation can't be completed successfully (for example, if the // currently running program was not built with "-cover", or if a // write fails). -- cgit v1.3-5-g9baa