aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/proc.c
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2011-08-22 12:40:45 -0700
committerIan Lance Taylor <iant@golang.org>2011-08-22 12:40:45 -0700
commit7bbe2c899832706f93c543e68322bf5ca825d39d (patch)
treeeae2e8a4d04f7bf81caeaf31dcaff54af50c4776 /src/pkg/runtime/proc.c
parent18b21c720ec6bf85d1c741ef9b86fe42fb9aca42 (diff)
downloadgo-7bbe2c899832706f93c543e68322bf5ca825d39d.tar.xz
runtime: Remove extraneous word in comment.
R=golang-dev, gri CC=golang-dev https://golang.org/cl/4938045
Diffstat (limited to 'src/pkg/runtime/proc.c')
-rw-r--r--src/pkg/runtime/proc.c2
1 files changed, 1 insertions, 1 deletions
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