1
0
mirror of https://github.com/golang/go synced 2024-11-22 05:24:39 -07:00

cmd/compile/internal/types: fix typo in comment

Change-Id: Iacf22578338c8aa99587826a8342e1da6dc166a6
GitHub-Last-Rev: cdb3235e8c
GitHub-Pull-Request: golang/go#46598
Reviewed-on: https://go-review.googlesource.com/c/go/+/325510
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
This commit is contained in:
HeGaoYuan 2024-07-25 22:21:52 +00:00 committed by Gopher Robot
parent d69a0883d4
commit d8c7230c97

View File

@ -392,7 +392,7 @@ type ChanArgs struct {
T *Type // reference to a chan type whose elements need a width check
}
// // FuncArgs contains Type fields specific to TFUNCARGS types.
// FuncArgs contains Type fields specific to TFUNCARGS types.
type FuncArgs struct {
T *Type // reference to a func type whose elements need a width check
}