aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/trace/trace.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/trace/trace.go')
-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.
//