From: Ian Lance Taylor Date: Mon, 22 Aug 2011 19:40:45 +0000 (-0700) Subject: runtime: Remove extraneous word in comment. X-Git-Tag: weekly.2011-09-01~130 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7bbe2c899832706f93c543e68322bf5ca825d39d;p=gostls13.git runtime: Remove extraneous word in comment. R=golang-dev, gri CC=golang-dev https://golang.org/cl/4938045 --- diff --git a/src/pkg/runtime/proc.c b/src/pkg/runtime/proc.c index f71491dd24..dd42675c2a 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