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:
cui fliter 2022-11-11 10:05:39 +08:00 committed by Gopher Robot
parent 46bed9d04c
commit 5a3243e6b6
10 changed files with 11 additions and 11 deletions

View file

@ -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