mirror of
https://github.com/golang/go
synced 2024-11-22 10:44:41 -07:00
cmd/compile: fix typo in comment
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
parent
1e9875caee
commit
fe2b7d1efe
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user