cmd/internal/obj/s390x: typo

Change-Id: I3db788f113c4823d2ac8a594908f718b5a901a71
GitHub-Last-Rev: 977e83c905
GitHub-Pull-Request: golang/go#78963
Reviewed-on: https://go-review.googlesource.com/c/go/+/770820
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Weixie Cui 2026-04-25 13:51:37 +00:00 committed by Gopher Robot
parent bb1dde2709
commit c4a8f71e28

View file

@ -4563,7 +4563,7 @@ func (c *ctxtz) zopload(a obj.As) uint32 {
return op_LRVH
}
c.ctxt.Diag("unknown store opcode %v", a)
c.ctxt.Diag("unknown zopload opcode %v", a)
return 0
}