diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2025-08-05 12:57:42 +0200 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-08-05 14:31:35 -0700 |
| commit | e1fd4faf914b914856dfb0be1ad26cd4cef4a9ae (patch) | |
| tree | f2cfa59d2f975039c868ce8e8d1180467cd39386 /src | |
| parent | bcd25c79aa5675d3e5d28c09715b8147906da006 (diff) | |
| download | go-e1fd4faf914b914856dfb0be1ad26cd4cef4a9ae.tar.xz | |
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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/runtime/vdso_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/vdso_linux.go b/src/runtime/vdso_linux.go index 72b17ce4ac..c068eede77 100644 --- a/src/runtime/vdso_linux.go +++ b/src/runtime/vdso_linux.go @@ -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 { |
