]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile/internal/types: fix typo in comment
authorHeGaoYuan <hegaoyuan@163.com>
Thu, 25 Jul 2024 22:21:52 +0000 (22:21 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 25 Jul 2024 22:41:07 +0000 (22:41 +0000)
Change-Id: Iacf22578338c8aa99587826a8342e1da6dc166a6
GitHub-Last-Rev: cdb3235e8ca932776ddf803621ac203c493bc873
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>
src/cmd/compile/internal/types/type.go

index 41fdefe830a3521c8fdcb6f21dfb31c331082d76..693bd9385a0de29fa2754e8264aacdda5d14e033 100644 (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
 }