]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile/internal/ir: remove redundant not in doc
authorJes Cok <xigua67damn@gmail.com>
Sat, 26 Aug 2023 11:56:38 +0000 (11:56 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 28 Aug 2023 15:21:02 +0000 (15:21 +0000)
Change-Id: Ia4fc2ceafa92f38742d3a017e37350875fdcc25e
GitHub-Last-Rev: 482f5e4fe626bfe97058ea052324cca68b91263d
GitHub-Pull-Request: golang/go#62299
Reviewed-on: https://go-review.googlesource.com/c/go/+/522940
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/ir/stmt.go

index de50f1f4a4ffe965a76db7aadfbd358a9ff3e129..01d218ecc415203f65f0fb2a03afa5a40a6c7036 100644 (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