Commit 7bbe2c89 authored by Ian Lance Taylor's avatar Ian Lance Taylor

runtime: Remove extraneous word in comment.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/4938045
parent 18b21c72
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment