From f356e83e2e1693b28cd5f130e41de1c6094b4bc1 Mon Sep 17 00:00:00 2001 From: Kunpei Sakai Date: Mon, 19 Feb 2018 02:20:57 +0900 Subject: all: remove "the" duplications Change-Id: I1f25b11fb9b7cd3c09968ed99913dc85db2025ef Reviewed-on: https://go-review.googlesource.com/94976 Reviewed-by: Brad Fitzpatrick --- src/runtime/trace/trace.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/trace') diff --git a/src/runtime/trace/trace.go b/src/runtime/trace/trace.go index 6cc9f8c7b9..1472dc31c5 100644 --- a/src/runtime/trace/trace.go +++ b/src/runtime/trace/trace.go @@ -71,7 +71,7 @@ // interesting local operation which may require multiple goroutines // working together. Since tasks can involve multiple goroutines, // they are tracked via a context.Context object. NewContext creates -// a new task and embeds it in the the returned context.Context object. +// a new task and embeds it in the returned context.Context object. // Log messages and spans are attached to the task, if any, in the // Context passed to Log and WithSpan. // -- cgit v1.3-5-g9baa