1
0
mirror of https://github.com/golang/go synced 2024-09-30 20:18:33 -06:00

internal/telemetry/export/ocagent: fix typo in comment

Change-Id: I26a6950518441850481f66d0c8844b16e908cffd
GitHub-Last-Rev: f83d960fddfa3ac65a7b766f7fc549ef80de560d
GitHub-Pull-Request: golang/tools#151
Reviewed-on: https://go-review.googlesource.com/c/tools/+/193917
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
George Hartzell 2019-09-06 17:19:11 +00:00 committed by Brad Fitzpatrick
parent bc9f4f258a
commit fa2c3f315e

View File

@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
// Package ocagent adds the ability to export all telemetry to an ocagent.
// This keeps the complie time dependencies to zero and allows the agent to
// This keeps the compile time dependencies to zero and allows the agent to
// have the exporters needed for telemetry aggregation and viewing systems.
package ocagent