From: Tobias Klauser Date: Tue, 5 Aug 2025 10:57:42 +0000 (+0200) Subject: runtime: fix godoc comment for inVDSOPage X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e1fd4faf914b914856dfb0be1ad26cd4cef4a9ae;p=gostls13.git runtime: fix godoc comment for inVDSOPage Change-Id: I7dcab0c915a748e52c5c689c1cb774f486d2b9e6 Reviewed-on: https://go-review.googlesource.com/c/go/+/693195 Reviewed-by: Dmitri Shuralyov Auto-Submit: Tobias Klauser LUCI-TryBot-Result: Go LUCI Reviewed-by: Cherry Mui --- 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 {