mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix a bunch of misspellings
Change-Id: I5b909df0fd048cd66c5a27fca1b06466d3bcaac7
GitHub-Last-Rev: 778c5d2131
GitHub-Pull-Request: golang/go#35624
Reviewed-on: https://go-review.googlesource.com/c/go/+/207421
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
d856e05d64
commit
440f7d6404
31 changed files with 36 additions and 36 deletions
|
|
@ -223,7 +223,7 @@ func (b *Block) CopyControls(from *Block) {
|
|||
}
|
||||
|
||||
// Reset sets the block to the provided kind and clears all the blocks control
|
||||
// and auxilliary values. Other properties of the block, such as its successors,
|
||||
// and auxiliary values. Other properties of the block, such as its successors,
|
||||
// predecessors and values are left unmodified.
|
||||
func (b *Block) Reset(kind BlockKind) {
|
||||
b.Kind = kind
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue