mirror of
https://github.com/golang/go
synced 2024-11-22 02:04:40 -07:00
runtime: Remove extraneous word in comment.
R=golang-dev, gri CC=golang-dev https://golang.org/cl/4938045
This commit is contained in:
parent
18b21c720e
commit
7bbe2c8998
@ -128,7 +128,7 @@ Sched runtime·sched;
|
||||
int32 runtime·gomaxprocs;
|
||||
bool runtime·singleproc;
|
||||
|
||||
// An m that is waiting for notewakeup(&m->havenextg). This may be
|
||||
// An m that is waiting for notewakeup(&m->havenextg). This may
|
||||
// only be accessed while the scheduler lock is held. This is used to
|
||||
// minimize the number of times we call notewakeup while the scheduler
|
||||
// lock is held, since the m will normally move quickly to lock the
|
||||
|
Loading…
Reference in New Issue
Block a user