mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 18:57:18 +08:00 
			
		
		
		
	proc: fix 2 typos
This commit is contained in:
		| @ -12,7 +12,7 @@ type Arch interface { | |||||||
| 	GStructOffset() uint64 | 	GStructOffset() uint64 | ||||||
| } | } | ||||||
|  |  | ||||||
| // AMD64 represents hte AMD64 CPU architecture. | // AMD64 represents the AMD64 CPU architecture. | ||||||
| type AMD64 struct { | type AMD64 struct { | ||||||
| 	ptrSize                 int | 	ptrSize                 int | ||||||
| 	breakInstruction        []byte | 	breakInstruction        []byte | ||||||
|  | |||||||
| @ -300,7 +300,7 @@ func (scope *EvalScope) PtrSize() int { | |||||||
| 	return scope.Thread.dbp.arch.PtrSize() | 	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. | // a channel read operation. | ||||||
| func (g *G) ChanRecvBlocked() bool { | func (g *G) ChanRecvBlocked() bool { | ||||||
| 	return g.WaitReason == chanRecv | 	return g.WaitReason == chanRecv | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 aarzilli
					aarzilli