diff --git a/src/pkg/runtime/proc.c b/src/pkg/runtime/proc.c index f71491dd247..dd42675c2ab 100644 --- a/src/pkg/runtime/proc.c +++ b/src/pkg/runtime/proc.c @@ -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