]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: Remove extraneous word in comment.
authorIan Lance Taylor <iant@golang.org>
Mon, 22 Aug 2011 19:40:45 +0000 (12:40 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 22 Aug 2011 19:40:45 +0000 (12:40 -0700)
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/4938045

src/pkg/runtime/proc.c

index f71491dd24749d9037609e5f29db7c8c5d8d34b6..dd42675c2ab568824ec2b5ff7981ea07eea99d7b 100644 (file)
@@ -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