]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: fix typo in comment
authorguoguangwu <guoguangwug@gmail.com>
Tue, 19 Mar 2024 07:04:15 +0000 (07:04 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 19 Mar 2024 15:19:03 +0000 (15:19 +0000)
Change-Id: I0bbc74fdab9bc295d42ae7e346d33db8df52c797
GitHub-Last-Rev: fe2b7d1efeeb8cf6ccffe5419da5a55a4cbdbb43
GitHub-Pull-Request: golang/go#66397
Reviewed-on: https://go-review.googlesource.com/c/go/+/572616
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/cmd/compile/internal/ssagen/ssa.go

index 2e3ad3232bf3e868776b7c3c7da3ceca5e9e9589..06180f8deaa9c18d704eea2997e89c3bf5b741c4 100644 (file)
@@ -3152,7 +3152,7 @@ func (s *state) exprCheckPtr(n ir.Node, checkPtrOK bool) *ssa.Value {
                // In theory, we should set b.Likely here based on context.
                // However, gc only gives us likeliness hints
                // in a single place, for plain OIF statements,
-               // and passing around context is finnicky, so don't bother for now.
+               // and passing around context is finicky, so don't bother for now.
 
                bRight := s.f.NewBlock(ssa.BlockPlain)
                bResult := s.f.NewBlock(ssa.BlockPlain)