aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-03-11 18:18:59 -0800
committerRob Pike <r@golang.org>2011-03-11 18:18:59 -0800
commita7528f1b810cd5824fb91b5cc3ff12801f333e89 (patch)
treeeee7dade9f5c6b193a4cb814de96b4ada6033a7f
parent5e963a826c4406963048a42ce7ea28f7487b0a36 (diff)
downloadgo-a7528f1b810cd5824fb91b5cc3ff12801f333e89.tar.gz
go-a7528f1b810cd5824fb91b5cc3ff12801f333e89.zip
runtime/proc.c: which to that
R=iant, dho CC=golang-dev https://golang.org/cl/4286044
-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 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