mirror of
https://github.com/golang/go.git
synced 2026-02-06 02:45:06 +03:00
runtime: fix godoc comment for inVDSOPage
Change-Id: I7dcab0c915a748e52c5c689c1cb774f486d2b9e6 Reviewed-on: https://go-review.googlesource.com/c/go/+/693195 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
This commit is contained in:
committed by
Gopher Robot
parent
bcd25c79aa
commit
e1fd4faf91
@@ -285,7 +285,7 @@ func vdsoauxv(tag, val uintptr) {
|
||||
}
|
||||
}
|
||||
|
||||
// vdsoMarker reports whether PC is on the VDSO page.
|
||||
// inVDSOPage reports whether PC is on the VDSO page.
|
||||
//
|
||||
//go:nosplit
|
||||
func inVDSOPage(pc uintptr) bool {
|
||||
|
||||
Reference in New Issue
Block a user