Skip to content

Commit e1fd4fa

Browse files
tklausergopherbot
authored andcommitted
runtime: fix godoc comment for inVDSOPage
Change-Id: I7dcab0c915a748e52c5c689c1cb774f486d2b9e6 Reviewed-on: https://go-review.googlesource.com/c/go/+/693195 Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Tobias Klauser <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
1 parent bcd25c7 commit e1fd4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/vdso_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ func vdsoauxv(tag, val uintptr) {
285285
}
286286
}
287287

288-
// vdsoMarker reports whether PC is on the VDSO page.
288+
// inVDSOPage reports whether PC is on the VDSO page.
289289
//
290290
//go:nosplit
291291
func inVDSOPage(pc uintptr) bool {

0 commit comments

Comments
 (0)