From a7528f1b810cd5824fb91b5cc3ff12801f333e89 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Fri, 11 Mar 2011 18:18:59 -0800 Subject: [PATCH] runtime/proc.c: which to that R=iant, dho CC=golang-dev https://golang.org/cl/4286044 --- 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 8dc467e6b2f..79dcbd28152 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