]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/trace: reword the trace package summary
authorJeremy Jackins <jeremyjackins@gmail.com>
Mon, 25 Jun 2018 19:04:31 +0000 (19:04 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 25 Jun 2018 19:11:01 +0000 (19:11 +0000)
Reword the package summary to be a little easier to read.

Change-Id: I84a9301a02e228b46165410a429548b3774762d5
GitHub-Last-Rev: 1342c7219f0ed06144d3bca9acd77790707e4b77
GitHub-Pull-Request: golang/go#26052
Reviewed-on: https://go-review.googlesource.com/120795
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/trace/trace.go

index b6a594355a9f877063b4551ba469ecb7d009dea2..a40f87e53ca25b4540ca5595ff73ba0286d097b4 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// Package trace contains facilities for programs to generate trace
-// for Go execution tracer.
+// Package trace contains facilities for programs to generate traces
+// for the Go execution tracer.
 //
 // Tracing runtime activities
 //