mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix problematic comments
Change-Id: Ib6ea1bd04d9b06542ed2b0f453c718115417c62c Reviewed-on: https://go-review.googlesource.com/c/go/+/449755 Reviewed-by: Keith Randall <khr@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Keith Randall <khr@google.com>
This commit is contained in:
parent
46bed9d04c
commit
5a3243e6b6
10 changed files with 11 additions and 11 deletions
|
|
@ -319,7 +319,7 @@ type Prog struct {
|
|||
Isize uint8 // for x86 back end: size of the instruction in bytes
|
||||
}
|
||||
|
||||
// Pos indicates whether the oprand is the source or the destination.
|
||||
// AddrPos indicates whether the operand is the source or the destination.
|
||||
type AddrPos struct {
|
||||
Addr
|
||||
Pos OperandPos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue