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:
parent
ff00fdfdbe
commit
482f5e4fe6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user