1
0
mirror of https://github.com/golang/go synced 2024-11-18 22:55:23 -07:00

cmd/compile/internal/ir: remove redundant not in doc

This commit is contained in:
Jes Cok 2023-08-26 19:45:12 +08:00
parent ff00fdfdbe
commit 482f5e4fe6

View File

@ -285,7 +285,7 @@ func NewIfStmt(pos src.XPos, cond Node, body, els []Node) *IfStmt {
//
// Note that a JumpTableStmt is more like a multiway-goto than
// a multiway-if. In particular, the case bodies are just
// labels to jump to, not not full Nodes lists.
// labels to jump to, not full Nodes lists.
type JumpTableStmt struct {
miniStmt