aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/trace
diff options
context:
space:
mode:
authorKunpei Sakai <namusyaka@gmail.com>2018-02-19 02:20:57 +0900
committerBrad Fitzpatrick <bradfitz@golang.org>2018-02-18 17:54:20 +0000
commitf356e83e2e1693b28cd5f130e41de1c6094b4bc1 (patch)
tree4e6096465a02843bd776203d6c429148f34f78ad /src/runtime/trace
parent7a1347a1a1f6e99627a8e9bf098351c13162e5d6 (diff)
downloadgo-f356e83e2e1693b28cd5f130e41de1c6094b4bc1.tar.gz
go-f356e83e2e1693b28cd5f130e41de1c6094b4bc1.zip
all: remove "the" duplications
Change-Id: I1f25b11fb9b7cd3c09968ed99913dc85db2025ef Reviewed-on: https://go-review.googlesource.com/94976 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/runtime/trace')
-rw-r--r--src/runtime/trace/trace.go2
1 files changed, 1 insertions, 1 deletions
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.
//