]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/proc.c: which to that
authorRob Pike <r@golang.org>
Sat, 12 Mar 2011 02:18:59 +0000 (18:18 -0800)
committerRob Pike <r@golang.org>
Sat, 12 Mar 2011 02:18:59 +0000 (18:18 -0800)
R=iant, dho
CC=golang-dev
https://golang.org/cl/4286044

src/pkg/runtime/proc.c

index 8dc467e6b2f78e4150c4ba66dc2f123b06bd987d..79dcbd2815216b399123184a4d052f885c67c0b4 100644 (file)
@@ -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