mirror of https://github.com/golang/go.git
runtime: fix typos
Change-Id: I30c125be6cb321aa03ea827bd11c3169087e3d4c Reviewed-on: https://go-review.googlesource.com/c/go/+/420314 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Keith Randall <khr@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
9a2001a8cc
commit
f32519e5fb
|
|
@ -780,7 +780,7 @@ func (q *waitq) dequeue() *sudog {
|
|||
} else {
|
||||
y.prev = nil
|
||||
q.first = y
|
||||
sgp.next = nil // mark as removed (see dequeueSudog)
|
||||
sgp.next = nil // mark as removed (see dequeueSudoG)
|
||||
}
|
||||
|
||||
// if a goroutine was put on this queue because of a
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Invoke signal hander in the VDSO context (see issue 32912).
|
||||
// Invoke signal handler in the VDSO context (see issue 32912).
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue