mirror of
https://github.com/go-delve/delve.git
synced 2025-10-28 20:53:42 +08:00
proc: fix 2 typos
This commit is contained in:
@ -300,7 +300,7 @@ func (scope *EvalScope) PtrSize() int {
|
||||
return scope.Thread.dbp.arch.PtrSize()
|
||||
}
|
||||
|
||||
// ChanRecvBlocked eturns whether the goroutine is blocked on
|
||||
// ChanRecvBlocked returns whether the goroutine is blocked on
|
||||
// a channel read operation.
|
||||
func (g *G) ChanRecvBlocked() bool {
|
||||
return g.WaitReason == chanRecv
|
||||
|
||||
Reference in New Issue
Block a user