]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix godoc comment for inVDSOPage
authorTobias Klauser <tklauser@distanz.ch>
Tue, 5 Aug 2025 10:57:42 +0000 (12:57 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 5 Aug 2025 21:31:35 +0000 (14:31 -0700)
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>
src/runtime/vdso_linux.go

index 72b17ce4ac4efa61e2094ca32447d8cee53e1229..c068eede777918e12c3314c5d73e55d02ce9f77a 100644 (file)
@@ -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 {