From 969bea8d59daa6bdd478b71f6e99d8b8f625a140 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Thu, 3 Nov 2022 15:39:41 +0800 Subject: runtime: fix a few function names on comments Change-Id: I9ef4898d68dfd06618c0bd8e23f81a1d2c77a836 Signed-off-by: cui fliter Reviewed-on: https://go-review.googlesource.com/c/go/+/447460 Auto-Submit: Michael Pratt TryBot-Result: Gopher Robot Reviewed-by: Matthew Dempsky Reviewed-by: Michael Pratt Run-TryBot: Michael Pratt --- src/runtime/stack.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/stack.go') diff --git a/src/runtime/stack.go b/src/runtime/stack.go index 87d8e519bd..546f997881 100644 --- a/src/runtime/stack.go +++ b/src/runtime/stack.go @@ -564,7 +564,7 @@ type adjustinfo struct { sghi uintptr } -// Adjustpointer checks whether *vpp is in the old stack described by adjinfo. +// adjustpointer checks whether *vpp is in the old stack described by adjinfo. // If so, it rewrites *vpp to point into the new stack. func adjustpointer(adjinfo *adjustinfo, vpp unsafe.Pointer) { pp := (*uintptr)(vpp) -- cgit v1.3