mirror of https://github.com/golang/go.git
cmd/covdata: fix wrong struct name in the comment
Invalid struct name in the comment in merge.go
dstate -> mstate
dstate already exists and is in cmd/covdata/dump.go
Change-Id: Id8b2412d2f81ae8afa1e9df3d09c218d84818ffb
GitHub-Last-Rev: 898eda4a20
GitHub-Pull-Request: golang/go#56631
Reviewed-on: https://go-review.googlesource.com/c/go/+/448475
Run-TryBot: Than McIntosh <thanm@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
parent
42105eb8a5
commit
4538f30e2d
|
|
@ -29,7 +29,7 @@ func makeMergeOp() covOperation {
|
|||
return m
|
||||
}
|
||||
|
||||
// dstate encapsulates state and provides methods for implementing the
|
||||
// mstate encapsulates state and provides methods for implementing the
|
||||
// merge operation. This type implements the CovDataVisitor interface,
|
||||
// and is designed to be used in concert with the CovDataReader
|
||||
// utility, which abstracts away most of the grubby details of reading
|
||||
|
|
|
|||
Loading…
Reference in New Issue