mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix comment typos
Change-Id: Ic16824482142d4de4d0b949459e36505ee944ff7 Reviewed-on: https://go-review.googlesource.com/c/go/+/448175 Reviewed-by: Robert Griesemer <gri@google.com> Run-TryBot: Dan Kortschak <dan@kortschak.io> Auto-Submit: Robert Griesemer <gri@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Dan Kortschak <dan@kortschak.io> Auto-Submit: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
a343f4017b
commit
1c05968c9a
10 changed files with 13 additions and 13 deletions
|
|
@ -18,7 +18,7 @@ import (
|
|||
)
|
||||
|
||||
// This package contains APIs and helpers for encoding initial portions
|
||||
// of the counter data files emitted at runtime when coverage instrumention
|
||||
// of the counter data files emitted at runtime when coverage instrumentation
|
||||
// is enabled. Counter data files may contain multiple segments; the file
|
||||
// header and first segment are written via the "Write" method below, and
|
||||
// additional segments can then be added using "AddSegment".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue