mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix some typos
Change-Id: I8b28aebbb9494b2c877139a4584a5a42253e3bea
GitHub-Last-Rev: e3703fd3a5
GitHub-Pull-Request: golang/go#55902
Reviewed-on: https://go-review.googlesource.com/c/go/+/435617
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
This commit is contained in:
parent
6e1b769377
commit
190973eb60
7 changed files with 7 additions and 7 deletions
|
|
@ -363,7 +363,7 @@ func Round4(x int) int {
|
|||
// where "numCtrs" is the number of blocks / coverable units within the
|
||||
// function, "pkgid" is the unique index assigned to this package by
|
||||
// the runtime, "funcid" is the index of this function within its containing
|
||||
// packge, and "counterArray" stores the actual counters.
|
||||
// package, and "counterArray" stores the actual counters.
|
||||
//
|
||||
// The counter variable itself is created not as a struct but as a flat
|
||||
// array of uint32's; we then use the offsets below to index into it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue