From: Rob Pike Date: Sat, 12 Mar 2011 02:18:59 +0000 (-0800) Subject: runtime/proc.c: which to that X-Git-Tag: weekly.2011-03-15~27 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a7528f1b810cd5824fb91b5cc3ff12801f333e89;p=gostls13.git runtime/proc.c: which to that R=iant, dho CC=golang-dev https://golang.org/cl/4286044 --- diff --git a/src/pkg/runtime/proc.c b/src/pkg/runtime/proc.c index 8dc467e6b2..79dcbd2815 100644 --- a/src/pkg/runtime/proc.c +++ b/src/pkg/runtime/proc.c @@ -78,7 +78,7 @@ struct Sched { Sched runtime·sched; int32 gomaxprocs; -// An m which is waiting for notewakeup(&m->havenextg). This may be +// An m that is waiting for notewakeup(&m->havenextg). This may be // 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