From 7bbe2c899832706f93c543e68322bf5ca825d39d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 22 Aug 2011 12:40:45 -0700 Subject: [PATCH] runtime: Remove extraneous word in comment. R=golang-dev, gri CC=golang-dev https://golang.org/cl/4938045 --- src/pkg/runtime/proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0