proc: fix 2 typos

This commit is contained in:
aarzilli
2016-01-10 12:47:54 +01:00
parent 0188dc2c8b
commit 32a0c752eb
2 changed files with 2 additions and 2 deletions

View File

@ -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