mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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
2 changed files with 2 additions and 2 deletions
|
|
@ -780,7 +780,7 @@ func (q *waitq) dequeue() *sudog {
|
||||||
} else {
|
} else {
|
||||||
y.prev = nil
|
y.prev = nil
|
||||||
q.first = y
|
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
|
// if a goroutine was put on this queue because of a
|
||||||
|
|
|
||||||
2
src/runtime/testdata/testprog/vdso.go
vendored
2
src/runtime/testdata/testprog/vdso.go
vendored
|
|
@ -2,7 +2,7 @@
|
||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// 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
|
package main
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue